Shades of Saffron #FFC029
Tints of Saffron #FFC029
RGB
CMYK
RGB Variations
Color information
#FFC029 (or 0xFFC029) is known color: Saffron. HEX triplet: FF, C0 and 29. RGB value is (255,192,41). Sum of RGB (Red+Green+Blue) = 255+192+41=488 (64% of max value = 765). Red value is 255 (100% from 255 or 52.25% from 488); Green value is 192 (75.39% from 255 or 39.34% from 488); Blue value is 41 (16.41% from 255 or 8.40% from 488); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC029 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC029 is #003FD6. Grayscale: #C2C2C2. Windows color (decimal): -16343 or 2736383. OLE color: 2736383.
HSL color Cylindrical-coordinate representation of color #FFC029: hue angle of 42.34º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FFC029 is Cyan = 0, Magento = 0.25, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 192 | 41 | - |
| CMYK | 0 | 0.25 | 0.84 | 0 |
| HSL | 42.34º | 1% | 0.58% | - |
| HSV(B) | 42.34º | 0.84% | 1% | - |
| XYZ | 60.49 | 59.12 | 10.32 | - |
| YUV | 193.62 | 41.87 | 171.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 192 | 41 | 0 | 0.25 | 0.84 | 0 | 42.34 | 1 | 0.58 |
| Hex | FF | C0 | 29 | 0 | 19 | 54 | 0 | 2A | 64 | 3A |
| Octal | 377 | 300 | 51 | 0 | 31 | 124 | 0 | 52 | 144 | 72 |
| Binary | 11111111 | 11000000 | 101001 | 0 | 11001 | 1010100 | 0 | 101010 | 1100100 | 111010 |
Color Harmonies of #FFC029
Complementary color
Monochromatic Colors of #FFC029
Black with #FFC029
Text Example
Text Example
White with #FFC029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC029; }
p { color: rgb(255,192,41); }
H1.HeaderClassName
{
color: #FFC029;
}
.AnyTagClassName
{
color: #FFC029;
}
</style>
background-color css
<style>
a { background-color: #FFC029; }
a { background-color: rgb(255,192,41); }
div.DivClassName
{
background-color: #FFC029;
}
.BgClassName
{
background-color: #FFC029;
}
</style>
border-color css
<style>
span { border-color: #FFC029; }
span { border-color: rgb(255,192,41); }
td.TdClassName
{
border-color: #FFC029;
}
.TagClassName
{
border-color: #FFC029;
}
</style>