Shades of Saffron #F9C32E
Tints of Saffron #F9C32E
RGB
CMYK
RGB Variations
Color information
#F9C32E (or 0xF9C32E) is known color: Saffron. HEX triplet: F9, C3 and 2E. RGB value is (249,195,46). Sum of RGB (Red+Green+Blue) = 249+195+46=490 (64% of max value = 765). Red value is 249 (97.66% from 255 or 50.82% from 490); Green value is 195 (76.56% from 255 or 39.80% from 490); Blue value is 46 (18.36% from 255 or 9.39% from 490); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C32E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9C32E is #063CD1. Grayscale: #C2C2C2. Windows color (decimal): -408786 or 3064825. OLE color: 3064825.
HSL color Cylindrical-coordinate representation of color #F9C32E: hue angle of 44.04º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F9C32E is Cyan = 0, Magento = 0.22, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 195 | 46 | - |
| CMYK | 0 | 0.22 | 0.82 | 0.02 |
| HSL | 44.04º | 0.94% | 0.58% | - |
| HSV(B) | 44.04º | 0.82% | 0.98% | - |
| XYZ | 59.08 | 59.37 | 10.93 | - |
| YUV | 194.16 | 44.39 | 167.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 195 | 46 | 0 | 0.22 | 0.82 | 0.02 | 44.04 | 0.94 | 0.58 |
| Hex | F9 | C3 | 2E | 0 | 16 | 52 | 2 | 2C | 5E | 3A |
| Octal | 371 | 303 | 56 | 0 | 26 | 122 | 2 | 54 | 136 | 72 |
| Binary | 11111001 | 11000011 | 101110 | 0 | 10110 | 1010010 | 10 | 101100 | 1011110 | 111010 |
Color Harmonies of #F9C32E
Complementary color
Monochromatic Colors of #F9C32E
Black with #F9C32E
Text Example
Text Example
White with #F9C32E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9C32E; }
p { color: rgb(249,195,46); }
H1.HeaderClassName
{
color: #F9C32E;
}
.AnyTagClassName
{
color: #F9C32E;
}
</style>
background-color css
<style>
a { background-color: #F9C32E; }
a { background-color: rgb(249,195,46); }
div.DivClassName
{
background-color: #F9C32E;
}
.BgClassName
{
background-color: #F9C32E;
}
</style>
border-color css
<style>
span { border-color: #F9C32E; }
span { border-color: rgb(249,195,46); }
td.TdClassName
{
border-color: #F9C32E;
}
.TagClassName
{
border-color: #F9C32E;
}
</style>