Shades of Saffron #F0C439
Tints of Saffron #F0C439
RGB
CMYK
RGB Variations
Color information
#F0C439 (or 0xF0C439) is known color: Saffron. HEX triplet: F0, C4 and 39. RGB value is (240,196,57). Sum of RGB (Red+Green+Blue) = 240+196+57=493 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.68% from 493); Green value is 196 (76.95% from 255 or 39.76% from 493); Blue value is 57 (22.66% from 255 or 11.56% from 493); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C439 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0C439 is #0F3BC6. Grayscale: #C1C1C1. Windows color (decimal): -998343 or 3785968. OLE color: 3785968.
HSL color Cylindrical-coordinate representation of color #F0C439: hue angle of 45.57º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F0C439 is Cyan = 0, Magento = 0.18, Yellow = 0.76 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 196 | 57 | - |
| CMYK | 0 | 0.18 | 0.76 | 0.06 |
| HSL | 45.57º | 0.86% | 0.58% | - |
| HSV(B) | 45.57º | 0.76% | 0.94% | - |
| XYZ | 56.41 | 58.3 | 12.15 | - |
| YUV | 193.31 | 51.08 | 161.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 196 | 57 | 0 | 0.18 | 0.76 | 0.06 | 45.57 | 0.86 | 0.58 |
| Hex | F0 | C4 | 39 | 0 | 12 | 4C | 6 | 2E | 56 | 3A |
| Octal | 360 | 304 | 71 | 0 | 22 | 114 | 6 | 56 | 126 | 72 |
| Binary | 11110000 | 11000100 | 111001 | 0 | 10010 | 1001100 | 110 | 101110 | 1010110 | 111010 |
Color Harmonies of #F0C439
Complementary color
Monochromatic Colors of #F0C439
Black with #F0C439
Text Example
Text Example
White with #F0C439
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C439; }
p { color: rgb(240,196,57); }
H1.HeaderClassName
{
color: #F0C439;
}
.AnyTagClassName
{
color: #F0C439;
}
</style>
background-color css
<style>
a { background-color: #F0C439; }
a { background-color: rgb(240,196,57); }
div.DivClassName
{
background-color: #F0C439;
}
.BgClassName
{
background-color: #F0C439;
}
</style>
border-color css
<style>
span { border-color: #F0C439; }
span { border-color: rgb(240,196,57); }
td.TdClassName
{
border-color: #F0C439;
}
.TagClassName
{
border-color: #F0C439;
}
</style>