#FCC02B

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

Shades of Saffron #FCC02B

Tints of Saffron #FCC02B

Color information

#FCC02B (or 0xFCC02B) is unknown color: approx Saffron. HEX triplet: FC, C0 and 2B. RGB value is (252,192,43). Sum of RGB (Red+Green+Blue) = 252+192+43=487 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.75% from 487); Green value is 192 (75.39% from 255 or 39.43% from 487); Blue value is 43 (17.19% from 255 or 8.83% from 487); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC02B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC02B is #033FD4. Grayscale: #C1C1C1. Windows color (decimal): -212949 or 2867452. OLE color: 2867452.

HSL color Cylindrical-coordinate representation of color #FCC02B: hue angle of 42.78º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FCC02B is Cyan = 0, Magento = 0.24, Yellow = 0.83 and Black (K on CMYK) = 0.01.

Color convert

RGB25219243-
CMYK00.240.830.01
HSL42.78º97.21%57.84%-
HSV(B)42.78º82.94%98.82%-
XYZ59.4358.5710.46-
YUV192.9543.38170.12-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 51.75%
GREEN value IS 192 (75.39% from 255) = 39.43%
BLUE value IS 43 (17.19% from 255) = 8.83%
R=51.75%
G=39.43%
B=8.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.83
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521924300.240.830.0142.7897.2157.84
HexFCC02B0185312b613a
Octal3743005303012315314172
Binary1111110011000000101011011000101001111010111100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC02B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC02B; }

 p { color: rgb(252,192,43); }

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

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

 a { background-color: rgb(252,192,43); }

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

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

 span { border-color: rgb(252,192,43); }

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