Shades of Saffron #FCC032
Tints of Saffron #FCC032
RGB
CMYK
RGB Variations
Color information
#FCC032 (or 0xFCC032) is known color: Saffron. HEX triplet: FC, C0 and 32. RGB value is (252,192,50). Sum of RGB (Red+Green+Blue) = 252+192+50=494 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.01% from 494); Green value is 192 (75.39% from 255 or 38.87% from 494); Blue value is 50 (19.92% from 255 or 10.12% from 494); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC032 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC032 is #033FCD. Grayscale: #C2C2C2. Windows color (decimal): -212942 or 3326204. OLE color: 3326204.
HSL color Cylindrical-coordinate representation of color #FCC032: hue angle of 42.18º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FCC032 is Cyan = 0, Magento = 0.24, Yellow = 0.80 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 192 | 50 | - |
| CMYK | 0 | 0.24 | 0.80 | 0.01 |
| HSL | 42.18º | 0.97% | 0.59% | - |
| HSV(B) | 42.18º | 0.8% | 0.99% | - |
| XYZ | 59.57 | 58.63 | 11.19 | - |
| YUV | 193.75 | 46.88 | 169.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 192 | 50 | 0 | 0.24 | 0.80 | 0.01 | 42.18 | 0.97 | 0.59 |
| Hex | FC | C0 | 32 | 0 | 18 | 50 | 1 | 2A | 61 | 3B |
| Octal | 374 | 300 | 62 | 0 | 30 | 120 | 1 | 52 | 141 | 73 |
| Binary | 11111100 | 11000000 | 110010 | 0 | 11000 | 1010000 | 1 | 101010 | 1100001 | 111011 |
Color Harmonies of #FCC032
Complementary color
Monochromatic Colors of #FCC032
Black with #FCC032
Text Example
Text Example
White with #FCC032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC032; }
p { color: rgb(252,192,50); }
H1.HeaderClassName
{
color: #FCC032;
}
.AnyTagClassName
{
color: #FCC032;
}
</style>
background-color css
<style>
a { background-color: #FCC032; }
a { background-color: rgb(252,192,50); }
div.DivClassName
{
background-color: #FCC032;
}
.BgClassName
{
background-color: #FCC032;
}
</style>
border-color css
<style>
span { border-color: #FCC032; }
span { border-color: rgb(252,192,50); }
td.TdClassName
{
border-color: #FCC032;
}
.TagClassName
{
border-color: #FCC032;
}
</style>