Shades of Saffron #F0C139
Tints of Saffron #F0C139
RGB
CMYK
RGB Variations
Color information
#F0C139 (or 0xF0C139) is known color: Saffron. HEX triplet: F0, C1 and 39. RGB value is (240,193,57). Sum of RGB (Red+Green+Blue) = 240+193+57=490 (64% of max value = 765). Red value is 240 (94.14% from 255 or 48.98% from 490); Green value is 193 (75.78% from 255 or 39.39% from 490); Blue value is 57 (22.66% from 255 or 11.63% from 490); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C139 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0C139 is #0F3EC6. Grayscale: #C0C0C0. Windows color (decimal): -999111 or 3785200. OLE color: 3785200.
HSL color Cylindrical-coordinate representation of color #F0C139: hue angle of 44.59º 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 #F0C139 is Cyan = 0, Magento = 0.20, Yellow = 0.76 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 193 | 57 | - |
| CMYK | 0 | 0.20 | 0.76 | 0.06 |
| HSL | 44.59º | 0.86% | 0.58% | - |
| HSV(B) | 44.59º | 0.76% | 0.94% | - |
| XYZ | 55.74 | 56.96 | 11.93 | - |
| YUV | 191.55 | 52.07 | 162.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 193 | 57 | 0 | 0.20 | 0.76 | 0.06 | 44.59 | 0.86 | 0.58 |
| Hex | F0 | C1 | 39 | 0 | 14 | 4C | 6 | 2D | 56 | 3A |
| Octal | 360 | 301 | 71 | 0 | 24 | 114 | 6 | 55 | 126 | 72 |
| Binary | 11110000 | 11000001 | 111001 | 0 | 10100 | 1001100 | 110 | 101101 | 1010110 | 111010 |
Color Harmonies of #F0C139
Complementary color
Monochromatic Colors of #F0C139
Black with #F0C139
Text Example
Text Example
White with #F0C139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C139; }
p { color: rgb(240,193,57); }
H1.HeaderClassName
{
color: #F0C139;
}
.AnyTagClassName
{
color: #F0C139;
}
</style>
background-color css
<style>
a { background-color: #F0C139; }
a { background-color: rgb(240,193,57); }
div.DivClassName
{
background-color: #F0C139;
}
.BgClassName
{
background-color: #F0C139;
}
</style>
border-color css
<style>
span { border-color: #F0C139; }
span { border-color: rgb(240,193,57); }
td.TdClassName
{
border-color: #F0C139;
}
.TagClassName
{
border-color: #F0C139;
}
</style>