Shades of Saffron #F9C832
Tints of Saffron #F9C832
RGB
CMYK
RGB Variations
Color information
#F9C832 (or 0xF9C832) is known color: Saffron. HEX triplet: F9, C8 and 32. RGB value is (249,200,50). Sum of RGB (Red+Green+Blue) = 249+200+50=499 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.90% from 499); Green value is 200 (78.52% from 255 or 40.08% from 499); Blue value is 50 (19.92% from 255 or 10.02% from 499); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C832 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9C832 is #0637CD. Grayscale: #C6C6C6. Windows color (decimal): -407502 or 3328249. OLE color: 3328249.
HSL color Cylindrical-coordinate representation of color #F9C832: hue angle of 45.23º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F9C832 is Cyan = 0, Magento = 0.20, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 200 | 50 | - |
| CMYK | 0 | 0.20 | 0.80 | 0.02 |
| HSL | 45.23º | 0.94% | 0.59% | - |
| HSV(B) | 45.23º | 0.8% | 0.98% | - |
| XYZ | 60.3 | 61.68 | 11.74 | - |
| YUV | 197.55 | 44.73 | 164.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 200 | 50 | 0 | 0.20 | 0.80 | 0.02 | 45.23 | 0.94 | 0.59 |
| Hex | F9 | C8 | 32 | 0 | 14 | 50 | 2 | 2D | 5E | 3B |
| Octal | 371 | 310 | 62 | 0 | 24 | 120 | 2 | 55 | 136 | 73 |
| Binary | 11111001 | 11001000 | 110010 | 0 | 10100 | 1010000 | 10 | 101101 | 1011110 | 111011 |
Color Harmonies of #F9C832
Complementary color
Monochromatic Colors of #F9C832
Black with #F9C832
Text Example
Text Example
White with #F9C832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9C832; }
p { color: rgb(249,200,50); }
H1.HeaderClassName
{
color: #F9C832;
}
.AnyTagClassName
{
color: #F9C832;
}
</style>
background-color css
<style>
a { background-color: #F9C832; }
a { background-color: rgb(249,200,50); }
div.DivClassName
{
background-color: #F9C832;
}
.BgClassName
{
background-color: #F9C832;
}
</style>
border-color css
<style>
span { border-color: #F9C832; }
span { border-color: rgb(249,200,50); }
td.TdClassName
{
border-color: #F9C832;
}
.TagClassName
{
border-color: #F9C832;
}
</style>