Shades of Saffron #FCC029
Tints of Saffron #FCC029
RGB
CMYK
RGB Variations
Color information
#FCC029 (or 0xFCC029) is known color: Saffron. HEX triplet: FC, C0 and 29. RGB value is (252,192,41). Sum of RGB (Red+Green+Blue) = 252+192+41=485 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.96% from 485); Green value is 192 (75.39% from 255 or 39.59% from 485); Blue value is 41 (16.41% from 255 or 8.45% from 485); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC029 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC029 is #033FD6. Grayscale: #C1C1C1. Windows color (decimal): -212951 or 2736380. OLE color: 2736380.
HSL color Cylindrical-coordinate representation of color #FCC029: hue angle of 42.94º 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 #FCC029 is Cyan = 0, Magento = 0.24, Yellow = 0.84 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 192 | 41 | - |
| CMYK | 0 | 0.24 | 0.84 | 0.01 |
| HSL | 42.94º | 0.97% | 0.57% | - |
| HSV(B) | 42.94º | 0.84% | 0.99% | - |
| XYZ | 59.39 | 58.55 | 10.27 | - |
| YUV | 192.73 | 42.38 | 170.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 192 | 41 | 0 | 0.24 | 0.84 | 0.01 | 42.94 | 0.97 | 0.57 |
| Hex | FC | C0 | 29 | 0 | 18 | 54 | 1 | 2B | 61 | 39 |
| Octal | 374 | 300 | 51 | 0 | 30 | 124 | 1 | 53 | 141 | 71 |
| Binary | 11111100 | 11000000 | 101001 | 0 | 11000 | 1010100 | 1 | 101011 | 1100001 | 111001 |
Color Harmonies of #FCC029
Complementary color
Monochromatic Colors of #FCC029
Black with #FCC029
Text Example
Text Example
White with #FCC029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC029; }
p { color: rgb(252,192,41); }
H1.HeaderClassName
{
color: #FCC029;
}
.AnyTagClassName
{
color: #FCC029;
}
</style>
background-color css
<style>
a { background-color: #FCC029; }
a { background-color: rgb(252,192,41); }
div.DivClassName
{
background-color: #FCC029;
}
.BgClassName
{
background-color: #FCC029;
}
</style>
border-color css
<style>
span { border-color: #FCC029; }
span { border-color: rgb(252,192,41); }
td.TdClassName
{
border-color: #FCC029;
}
.TagClassName
{
border-color: #FCC029;
}
</style>