Shades of Saffron #F9C336
Tints of Saffron #F9C336
RGB
CMYK
RGB Variations
Color information
#F9C336 (or 0xF9C336) is known color: Saffron. HEX triplet: F9, C3 and 36. RGB value is (249,195,54). Sum of RGB (Red+Green+Blue) = 249+195+54=498 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50% from 498); Green value is 195 (76.56% from 255 or 39.16% from 498); Blue value is 54 (21.48% from 255 or 10.84% from 498); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C336 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9C336 is #063CC9. Grayscale: #C3C3C3. Windows color (decimal): -408778 or 3589113. OLE color: 3589113.
HSL color Cylindrical-coordinate representation of color #F9C336: hue angle of 43.38º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F9C336 is Cyan = 0, Magento = 0.22, Yellow = 0.78 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 195 | 54 | - |
| CMYK | 0 | 0.22 | 0.78 | 0.02 |
| HSL | 43.38º | 0.94% | 0.59% | - |
| HSV(B) | 43.38º | 0.78% | 0.98% | - |
| XYZ | 59.25 | 59.44 | 11.84 | - |
| YUV | 195.07 | 48.39 | 166.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 195 | 54 | 0 | 0.22 | 0.78 | 0.02 | 43.38 | 0.94 | 0.59 |
| Hex | F9 | C3 | 36 | 0 | 16 | 4E | 2 | 2B | 5E | 3B |
| Octal | 371 | 303 | 66 | 0 | 26 | 116 | 2 | 53 | 136 | 73 |
| Binary | 11111001 | 11000011 | 110110 | 0 | 10110 | 1001110 | 10 | 101011 | 1011110 | 111011 |
Color Harmonies of #F9C336
Complementary color
Monochromatic Colors of #F9C336
Black with #F9C336
Text Example
Text Example
White with #F9C336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9C336; }
p { color: rgb(249,195,54); }
H1.HeaderClassName
{
color: #F9C336;
}
.AnyTagClassName
{
color: #F9C336;
}
</style>
background-color css
<style>
a { background-color: #F9C336; }
a { background-color: rgb(249,195,54); }
div.DivClassName
{
background-color: #F9C336;
}
.BgClassName
{
background-color: #F9C336;
}
</style>
border-color css
<style>
span { border-color: #F9C336; }
span { border-color: rgb(249,195,54); }
td.TdClassName
{
border-color: #F9C336;
}
.TagClassName
{
border-color: #F9C336;
}
</style>