#FBAC4C

Color #FBAC4C My Sin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of My Sin #FBAC4C

Tints of My Sin #FBAC4C

Color information

#FBAC4C (or 0xFBAC4C) is unknown color: approx My Sin. HEX triplet: FB, AC and 4C. RGB value is (251,172,76). Sum of RGB (Red+Green+Blue) = 251+172+76=499 (66% of max value = 765). Red value is 251 (98.44% from 255 or 50.30% from 499); Green value is 172 (67.58% from 255 or 34.47% from 499); Blue value is 76 (30.08% from 255 or 15.23% from 499); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAC4C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBAC4C is #0453B3. Grayscale: #B9B9B9. Windows color (decimal): -283572 or 5025019. OLE color: 5025019.

HSL color Cylindrical-coordinate representation of color #FBAC4C: hue angle of 32.91º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FBAC4C is Cyan = 0, Magento = 0.31, Yellow = 0.70 and Black (K on CMYK) = 0.02.

Color convert

RGB25117276-
CMYK00.310.700.02
HSL32.91º95.63%64.12%-
HSV(B)32.91º69.72%98.43%-
XYZ55.8450.5413.65-
YUV184.6866.67175.31-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 251 (98.44% from 255) = 50.30%
GREEN value IS 172 (67.58% from 255) = 34.47%
BLUE value IS 76 (30.08% from 255) = 15.23%
R=50.30%
G=34.47%
B=15.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.70
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2511727600.310.700.0232.9195.6364.12
HexFBAC4C01F462216040
Octal373254114037106241140100
Binary1111101110101100100110001111110001101010000111000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBAC4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBAC4C; }

 p { color: rgb(251,172,76); }

 H1.HeaderClassName
 {
   color: #FBAC4C;
 }
 .AnyTagClassName
 {
   color: #FBAC4C;
 }
</style>
background-color css

<style>
 a { background-color: #FBAC4C; }

 a { background-color: rgb(251,172,76); }

 div.DivClassName
 {
   background-color: #FBAC4C;
 }
 .BgClassName
 {
   background-color: #FBAC4C;
 }
</style>
border-color css

<style>
 span { border-color: #FBAC4C; }

 span { border-color: rgb(251,172,76); }

 td.TdClassName
 {
   border-color: #FBAC4C;
 }
 .TagClassName
 {
   border-color: #FBAC4C;
 }
</style>