Shades of Saffron #FCC036
Tints of Saffron #FCC036
RGB
CMYK
RGB Variations
Color information
#FCC036 (or 0xFCC036) is known color: Saffron. HEX triplet: FC, C0 and 36. RGB value is (252,192,54). Sum of RGB (Red+Green+Blue) = 252+192+54=498 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.60% from 498); Green value is 192 (75.39% from 255 or 38.55% from 498); Blue value is 54 (21.48% from 255 or 10.84% from 498); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC036 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC036 is #033FC9. Grayscale: #C2C2C2. Windows color (decimal): -212938 or 3588348. OLE color: 3588348.
HSL color Cylindrical-coordinate representation of color #FCC036: hue angle of 41.82º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FCC036 is Cyan = 0, Magento = 0.24, Yellow = 0.79 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 192 | 54 | - |
| CMYK | 0 | 0.24 | 0.79 | 0.01 |
| HSL | 41.82º | 0.97% | 0.6% | - |
| HSV(B) | 41.82º | 0.79% | 0.99% | - |
| XYZ | 59.66 | 58.66 | 11.67 | - |
| YUV | 194.21 | 48.88 | 169.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 192 | 54 | 0 | 0.24 | 0.79 | 0.01 | 41.82 | 0.97 | 0.6 |
| Hex | FC | C0 | 36 | 0 | 18 | 4F | 1 | 2A | 61 | 3C |
| Octal | 374 | 300 | 66 | 0 | 30 | 117 | 1 | 52 | 141 | 74 |
| Binary | 11111100 | 11000000 | 110110 | 0 | 11000 | 1001111 | 1 | 101010 | 1100001 | 111100 |
Color Harmonies of #FCC036
Complementary color
Monochromatic Colors of #FCC036
Black with #FCC036
Text Example
Text Example
White with #FCC036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC036; }
p { color: rgb(252,192,54); }
H1.HeaderClassName
{
color: #FCC036;
}
.AnyTagClassName
{
color: #FCC036;
}
</style>
background-color css
<style>
a { background-color: #FCC036; }
a { background-color: rgb(252,192,54); }
div.DivClassName
{
background-color: #FCC036;
}
.BgClassName
{
background-color: #FCC036;
}
</style>
border-color css
<style>
span { border-color: #FCC036; }
span { border-color: rgb(252,192,54); }
td.TdClassName
{
border-color: #FCC036;
}
.TagClassName
{
border-color: #FCC036;
}
</style>