Shades of Saffron #F0C238
Tints of Saffron #F0C238
RGB
CMYK
RGB Variations
Color information
#F0C238 (or 0xF0C238) is known color: Saffron. HEX triplet: F0, C2 and 38. RGB value is (240,194,56). Sum of RGB (Red+Green+Blue) = 240+194+56=490 (64% of max value = 765). Red value is 240 (94.14% from 255 or 48.98% from 490); Green value is 194 (76.17% from 255 or 39.59% from 490); Blue value is 56 (22.27% from 255 or 11.43% from 490); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C238 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0C238 is #0F3DC7. Grayscale: #C0C0C0. Windows color (decimal): -998856 or 3719920. OLE color: 3719920.
HSL color Cylindrical-coordinate representation of color #F0C238: hue angle of 45º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F0C238 is Cyan = 0, Magento = 0.19, Yellow = 0.77 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 194 | 56 | - |
| CMYK | 0 | 0.19 | 0.77 | 0.06 |
| HSL | 45º | 0.86% | 0.58% | - |
| HSV(B) | 45º | 0.77% | 0.94% | - |
| XYZ | 55.94 | 57.39 | 11.87 | - |
| YUV | 192.02 | 51.24 | 162.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 194 | 56 | 0 | 0.19 | 0.77 | 0.06 | 45 | 0.86 | 0.58 |
| Hex | F0 | C2 | 38 | 0 | 13 | 4D | 6 | 2D | 56 | 3A |
| Octal | 360 | 302 | 70 | 0 | 23 | 115 | 6 | 55 | 126 | 72 |
| Binary | 11110000 | 11000010 | 111000 | 0 | 10011 | 1001101 | 110 | 101101 | 1010110 | 111010 |
Color Harmonies of #F0C238
Complementary color
Monochromatic Colors of #F0C238
Black with #F0C238
Text Example
Text Example
White with #F0C238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C238; }
p { color: rgb(240,194,56); }
H1.HeaderClassName
{
color: #F0C238;
}
.AnyTagClassName
{
color: #F0C238;
}
</style>
background-color css
<style>
a { background-color: #F0C238; }
a { background-color: rgb(240,194,56); }
div.DivClassName
{
background-color: #F0C238;
}
.BgClassName
{
background-color: #F0C238;
}
</style>
border-color css
<style>
span { border-color: #F0C238; }
span { border-color: rgb(240,194,56); }
td.TdClassName
{
border-color: #F0C238;
}
.TagClassName
{
border-color: #F0C238;
}
</style>