Shades of Saffron #F0C934
Tints of Saffron #F0C934
RGB
CMYK
RGB Variations
Color information
#F0C934 (or 0xF0C934) is known color: Saffron. HEX triplet: F0, C9 and 34. RGB value is (240,201,52). Sum of RGB (Red+Green+Blue) = 240+201+52=493 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.68% from 493); Green value is 201 (78.91% from 255 or 40.77% from 493); Blue value is 52 (20.70% from 255 or 10.55% from 493); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C934 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0C934 is #0F36CB. Grayscale: #C4C4C4. Windows color (decimal): -997068 or 3459568. OLE color: 3459568.
HSL color Cylindrical-coordinate representation of color #F0C934: hue angle of 47.55º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F0C934 is Cyan = 0, Magento = 0.16, Yellow = 0.78 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 201 | 52 | - |
| CMYK | 0 | 0.16 | 0.78 | 0.06 |
| HSL | 47.55º | 0.86% | 0.57% | - |
| HSV(B) | 47.55º | 0.78% | 0.94% | - |
| XYZ | 57.44 | 60.55 | 11.91 | - |
| YUV | 195.68 | 46.92 | 159.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 201 | 52 | 0 | 0.16 | 0.78 | 0.06 | 47.55 | 0.86 | 0.57 |
| Hex | F0 | C9 | 34 | 0 | 10 | 4E | 6 | 30 | 56 | 39 |
| Octal | 360 | 311 | 64 | 0 | 20 | 116 | 6 | 60 | 126 | 71 |
| Binary | 11110000 | 11001001 | 110100 | 0 | 10000 | 1001110 | 110 | 110000 | 1010110 | 111001 |
Color Harmonies of #F0C934
Complementary color
Monochromatic Colors of #F0C934
Black with #F0C934
Text Example
Text Example
White with #F0C934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C934; }
p { color: rgb(240,201,52); }
H1.HeaderClassName
{
color: #F0C934;
}
.AnyTagClassName
{
color: #F0C934;
}
</style>
background-color css
<style>
a { background-color: #F0C934; }
a { background-color: rgb(240,201,52); }
div.DivClassName
{
background-color: #F0C934;
}
.BgClassName
{
background-color: #F0C934;
}
</style>
border-color css
<style>
span { border-color: #F0C934; }
span { border-color: rgb(240,201,52); }
td.TdClassName
{
border-color: #F0C934;
}
.TagClassName
{
border-color: #F0C934;
}
</style>