Shades of Saffron #F9C229
Tints of Saffron #F9C229
RGB
CMYK
RGB Variations
Color information
#F9C229 (or 0xF9C229) is known color: Saffron. HEX triplet: F9, C2 and 29. RGB value is (249,194,41). Sum of RGB (Red+Green+Blue) = 249+194+41=484 (64% of max value = 765). Red value is 249 (97.66% from 255 or 51.45% from 484); Green value is 194 (76.17% from 255 or 40.08% from 484); Blue value is 41 (16.41% from 255 or 8.47% from 484); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C229 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9C229 is #063DD6. Grayscale: #C1C1C1. Windows color (decimal): -409047 or 2736889. OLE color: 2736889.
HSL color Cylindrical-coordinate representation of color #F9C229: hue angle of 44.13º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F9C229 is Cyan = 0, Magento = 0.22, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 194 | 41 | - |
| CMYK | 0 | 0.22 | 0.84 | 0.02 |
| HSL | 44.13º | 0.95% | 0.57% | - |
| HSV(B) | 44.13º | 0.84% | 0.98% | - |
| XYZ | 58.76 | 58.88 | 10.37 | - |
| YUV | 193 | 42.22 | 167.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 194 | 41 | 0 | 0.22 | 0.84 | 0.02 | 44.13 | 0.95 | 0.57 |
| Hex | F9 | C2 | 29 | 0 | 16 | 54 | 2 | 2C | 5F | 39 |
| Octal | 371 | 302 | 51 | 0 | 26 | 124 | 2 | 54 | 137 | 71 |
| Binary | 11111001 | 11000010 | 101001 | 0 | 10110 | 1010100 | 10 | 101100 | 1011111 | 111001 |
Color Harmonies of #F9C229
Complementary color
Monochromatic Colors of #F9C229
Black with #F9C229
Text Example
Text Example
White with #F9C229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9C229; }
p { color: rgb(249,194,41); }
H1.HeaderClassName
{
color: #F9C229;
}
.AnyTagClassName
{
color: #F9C229;
}
</style>
background-color css
<style>
a { background-color: #F9C229; }
a { background-color: rgb(249,194,41); }
div.DivClassName
{
background-color: #F9C229;
}
.BgClassName
{
background-color: #F9C229;
}
</style>
border-color css
<style>
span { border-color: #F9C229; }
span { border-color: rgb(249,194,41); }
td.TdClassName
{
border-color: #F9C229;
}
.TagClassName
{
border-color: #F9C229;
}
</style>