Shades of Saffron #FCC428
Tints of Saffron #FCC428
RGB
CMYK
RGB Variations
Color information
#FCC428 (or 0xFCC428) is known color: Saffron. HEX triplet: FC, C4 and 28. RGB value is (252,196,40). Sum of RGB (Red+Green+Blue) = 252+196+40=488 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.64% from 488); Green value is 196 (76.95% from 255 or 40.16% from 488); Blue value is 40 (16.02% from 255 or 8.20% from 488); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC428 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC428 is #033BD7. Grayscale: #C3C3C3. Windows color (decimal): -211928 or 2671868. OLE color: 2671868.
HSL color Cylindrical-coordinate representation of color #FCC428: hue angle of 44.15º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FCC428 is Cyan = 0, Magento = 0.22, Yellow = 0.84 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 196 | 40 | - |
| CMYK | 0 | 0.22 | 0.84 | 0.01 |
| HSL | 44.15º | 0.97% | 0.57% | - |
| HSV(B) | 44.15º | 0.84% | 0.99% | - |
| XYZ | 60.27 | 60.33 | 10.48 | - |
| YUV | 194.96 | 40.55 | 168.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 196 | 40 | 0 | 0.22 | 0.84 | 0.01 | 44.15 | 0.97 | 0.57 |
| Hex | FC | C4 | 28 | 0 | 16 | 54 | 1 | 2C | 61 | 39 |
| Octal | 374 | 304 | 50 | 0 | 26 | 124 | 1 | 54 | 141 | 71 |
| Binary | 11111100 | 11000100 | 101000 | 0 | 10110 | 1010100 | 1 | 101100 | 1100001 | 111001 |
Color Harmonies of #FCC428
Complementary color
Monochromatic Colors of #FCC428
Black with #FCC428
Text Example
Text Example
White with #FCC428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC428; }
p { color: rgb(252,196,40); }
H1.HeaderClassName
{
color: #FCC428;
}
.AnyTagClassName
{
color: #FCC428;
}
</style>
background-color css
<style>
a { background-color: #FCC428; }
a { background-color: rgb(252,196,40); }
div.DivClassName
{
background-color: #FCC428;
}
.BgClassName
{
background-color: #FCC428;
}
</style>
border-color css
<style>
span { border-color: #FCC428; }
span { border-color: rgb(252,196,40); }
td.TdClassName
{
border-color: #FCC428;
}
.TagClassName
{
border-color: #FCC428;
}
</style>