Shades of Saffron #FCC028
Tints of Saffron #FCC028
RGB
CMYK
RGB Variations
Color information
#FCC028 (or 0xFCC028) is known color: Saffron. HEX triplet: FC, C0 and 28. RGB value is (252,192,40). Sum of RGB (Red+Green+Blue) = 252+192+40=484 (64% of max value = 765). Red value is 252 (98.83% from 255 or 52.07% from 484); Green value is 192 (75.39% from 255 or 39.67% from 484); Blue value is 40 (16.02% from 255 or 8.26% from 484); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC028 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC028 is #033FD7. Grayscale: #C1C1C1. Windows color (decimal): -212952 or 2670844. OLE color: 2670844.
HSL color Cylindrical-coordinate representation of color #FCC028: hue angle of 43.02º 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 #FCC028 is Cyan = 0, Magento = 0.24, Yellow = 0.84 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 192 | 40 | - |
| CMYK | 0 | 0.24 | 0.84 | 0.01 |
| HSL | 43.02º | 0.97% | 0.57% | - |
| HSV(B) | 43.02º | 0.84% | 0.99% | - |
| XYZ | 59.38 | 58.55 | 10.18 | - |
| YUV | 192.61 | 41.88 | 170.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 192 | 40 | 0 | 0.24 | 0.84 | 0.01 | 43.02 | 0.97 | 0.57 |
| Hex | FC | C0 | 28 | 0 | 18 | 54 | 1 | 2B | 61 | 39 |
| Octal | 374 | 300 | 50 | 0 | 30 | 124 | 1 | 53 | 141 | 71 |
| Binary | 11111100 | 11000000 | 101000 | 0 | 11000 | 1010100 | 1 | 101011 | 1100001 | 111001 |
Color Harmonies of #FCC028
Complementary color
Monochromatic Colors of #FCC028
Black with #FCC028
Text Example
Text Example
White with #FCC028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC028; }
p { color: rgb(252,192,40); }
H1.HeaderClassName
{
color: #FCC028;
}
.AnyTagClassName
{
color: #FCC028;
}
</style>
background-color css
<style>
a { background-color: #FCC028; }
a { background-color: rgb(252,192,40); }
div.DivClassName
{
background-color: #FCC028;
}
.BgClassName
{
background-color: #FCC028;
}
</style>
border-color css
<style>
span { border-color: #FCC028; }
span { border-color: rgb(252,192,40); }
td.TdClassName
{
border-color: #FCC028;
}
.TagClassName
{
border-color: #FCC028;
}
</style>