Shades of Saffron #F9C429
Tints of Saffron #F9C429
RGB
CMYK
RGB Variations
Color information
#F9C429 (or 0xF9C429) is known color: Saffron. HEX triplet: F9, C4 and 29. RGB value is (249,196,41). Sum of RGB (Red+Green+Blue) = 249+196+41=486 (64% of max value = 765). Red value is 249 (97.66% from 255 or 51.23% from 486); Green value is 196 (76.95% from 255 or 40.33% from 486); Blue value is 41 (16.41% from 255 or 8.44% from 486); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C429 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9C429 is #063BD6. Grayscale: #C2C2C2. Windows color (decimal): -408535 or 2737401. OLE color: 2737401.
HSL color Cylindrical-coordinate representation of color #F9C429: hue angle of 44.71º 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 #F9C429 is Cyan = 0, Magento = 0.21, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 196 | 41 | - |
| CMYK | 0 | 0.21 | 0.84 | 0.02 |
| HSL | 44.71º | 0.95% | 0.57% | - |
| HSV(B) | 44.71º | 0.84% | 0.98% | - |
| XYZ | 59.21 | 59.78 | 10.52 | - |
| YUV | 194.18 | 41.56 | 167.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 196 | 41 | 0 | 0.21 | 0.84 | 0.02 | 44.71 | 0.95 | 0.57 |
| Hex | F9 | C4 | 29 | 0 | 15 | 54 | 2 | 2D | 5F | 39 |
| Octal | 371 | 304 | 51 | 0 | 25 | 124 | 2 | 55 | 137 | 71 |
| Binary | 11111001 | 11000100 | 101001 | 0 | 10101 | 1010100 | 10 | 101101 | 1011111 | 111001 |
Color Harmonies of #F9C429
Complementary color
Monochromatic Colors of #F9C429
Black with #F9C429
Text Example
Text Example
White with #F9C429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9C429; }
p { color: rgb(249,196,41); }
H1.HeaderClassName
{
color: #F9C429;
}
.AnyTagClassName
{
color: #F9C429;
}
</style>
background-color css
<style>
a { background-color: #F9C429; }
a { background-color: rgb(249,196,41); }
div.DivClassName
{
background-color: #F9C429;
}
.BgClassName
{
background-color: #F9C429;
}
</style>
border-color css
<style>
span { border-color: #F9C429; }
span { border-color: rgb(249,196,41); }
td.TdClassName
{
border-color: #F9C429;
}
.TagClassName
{
border-color: #F9C429;
}
</style>