Shades of Saffron #F0C239
Tints of Saffron #F0C239
RGB
CMYK
RGB Variations
Color information
#F0C239 (or 0xF0C239) is known color: Saffron. HEX triplet: F0, C2 and 39. RGB value is (240,194,57). Sum of RGB (Red+Green+Blue) = 240+194+57=491 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.88% from 491); Green value is 194 (76.17% from 255 or 39.51% from 491); Blue value is 57 (22.66% from 255 or 11.61% from 491); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C239 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0C239 is #0F3DC6. Grayscale: #C0C0C0. Windows color (decimal): -998855 or 3785456. OLE color: 3785456.
HSL color Cylindrical-coordinate representation of color #F0C239: hue angle of 44.92º 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 #F0C239 is Cyan = 0, Magento = 0.19, Yellow = 0.76 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 194 | 57 | - |
| CMYK | 0 | 0.19 | 0.76 | 0.06 |
| HSL | 44.92º | 0.86% | 0.58% | - |
| HSV(B) | 44.92º | 0.76% | 0.94% | - |
| XYZ | 55.97 | 57.4 | 12 | - |
| YUV | 192.14 | 51.74 | 162.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 194 | 57 | 0 | 0.19 | 0.76 | 0.06 | 44.92 | 0.86 | 0.58 |
| Hex | F0 | C2 | 39 | 0 | 13 | 4C | 6 | 2D | 56 | 3A |
| Octal | 360 | 302 | 71 | 0 | 23 | 114 | 6 | 55 | 126 | 72 |
| Binary | 11110000 | 11000010 | 111001 | 0 | 10011 | 1001100 | 110 | 101101 | 1010110 | 111010 |
Color Harmonies of #F0C239
Complementary color
Monochromatic Colors of #F0C239
Black with #F0C239
Text Example
Text Example
White with #F0C239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C239; }
p { color: rgb(240,194,57); }
H1.HeaderClassName
{
color: #F0C239;
}
.AnyTagClassName
{
color: #F0C239;
}
</style>
background-color css
<style>
a { background-color: #F0C239; }
a { background-color: rgb(240,194,57); }
div.DivClassName
{
background-color: #F0C239;
}
.BgClassName
{
background-color: #F0C239;
}
</style>
border-color css
<style>
span { border-color: #F0C239; }
span { border-color: rgb(240,194,57); }
td.TdClassName
{
border-color: #F0C239;
}
.TagClassName
{
border-color: #F0C239;
}
</style>