Shades of Saffron #F9C32F
Tints of Saffron #F9C32F
RGB
CMYK
RGB Variations
Color information
#F9C32F (or 0xF9C32F) is known color: Saffron. HEX triplet: F9, C3 and 2F. RGB value is (249,195,47). Sum of RGB (Red+Green+Blue) = 249+195+47=491 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.71% from 491); Green value is 195 (76.56% from 255 or 39.71% from 491); Blue value is 47 (18.75% from 255 or 9.57% from 491); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C32F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9C32F is #063CD0. Grayscale: #C2C2C2. Windows color (decimal): -408785 or 3130361. OLE color: 3130361.
HSL color Cylindrical-coordinate representation of color #F9C32F: hue angle of 43.96º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F9C32F is Cyan = 0, Magento = 0.22, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 195 | 47 | - |
| CMYK | 0 | 0.22 | 0.81 | 0.02 |
| HSL | 43.96º | 0.94% | 0.58% | - |
| HSV(B) | 43.96º | 0.81% | 0.98% | - |
| XYZ | 59.1 | 59.38 | 11.04 | - |
| YUV | 194.27 | 44.89 | 167.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 195 | 47 | 0 | 0.22 | 0.81 | 0.02 | 43.96 | 0.94 | 0.58 |
| Hex | F9 | C3 | 2F | 0 | 16 | 51 | 2 | 2C | 5E | 3A |
| Octal | 371 | 303 | 57 | 0 | 26 | 121 | 2 | 54 | 136 | 72 |
| Binary | 11111001 | 11000011 | 101111 | 0 | 10110 | 1010001 | 10 | 101100 | 1011110 | 111010 |
Color Harmonies of #F9C32F
Complementary color
Monochromatic Colors of #F9C32F
Black with #F9C32F
Text Example
Text Example
White with #F9C32F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9C32F; }
p { color: rgb(249,195,47); }
H1.HeaderClassName
{
color: #F9C32F;
}
.AnyTagClassName
{
color: #F9C32F;
}
</style>
background-color css
<style>
a { background-color: #F9C32F; }
a { background-color: rgb(249,195,47); }
div.DivClassName
{
background-color: #F9C32F;
}
.BgClassName
{
background-color: #F9C32F;
}
</style>
border-color css
<style>
span { border-color: #F9C32F; }
span { border-color: rgb(249,195,47); }
td.TdClassName
{
border-color: #F9C32F;
}
.TagClassName
{
border-color: #F9C32F;
}
</style>