Shades of Saffron #F0C134
Tints of Saffron #F0C134
RGB
CMYK
RGB Variations
Color information
#F0C134 (or 0xF0C134) is known color: Saffron. HEX triplet: F0, C1 and 34. RGB value is (240,193,52). Sum of RGB (Red+Green+Blue) = 240+193+52=485 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.48% from 485); Green value is 193 (75.78% from 255 or 39.79% from 485); Blue value is 52 (20.70% from 255 or 10.72% from 485); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C134 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0C134 is #0F3ECB. Grayscale: #BFBFBF. Windows color (decimal): -999116 or 3457520. OLE color: 3457520.
HSL color Cylindrical-coordinate representation of color #F0C134: hue angle of 45º 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 #F0C134 is Cyan = 0, Magento = 0.20, Yellow = 0.78 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 193 | 52 | - |
| CMYK | 0 | 0.20 | 0.78 | 0.06 |
| HSL | 45º | 0.86% | 0.57% | - |
| HSV(B) | 45º | 0.78% | 0.94% | - |
| XYZ | 55.62 | 56.91 | 11.3 | - |
| YUV | 190.98 | 49.57 | 162.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 193 | 52 | 0 | 0.20 | 0.78 | 0.06 | 45 | 0.86 | 0.57 |
| Hex | F0 | C1 | 34 | 0 | 14 | 4E | 6 | 2D | 56 | 39 |
| Octal | 360 | 301 | 64 | 0 | 24 | 116 | 6 | 55 | 126 | 71 |
| Binary | 11110000 | 11000001 | 110100 | 0 | 10100 | 1001110 | 110 | 101101 | 1010110 | 111001 |
Color Harmonies of #F0C134
Complementary color
Monochromatic Colors of #F0C134
Black with #F0C134
Text Example
Text Example
White with #F0C134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C134; }
p { color: rgb(240,193,52); }
H1.HeaderClassName
{
color: #F0C134;
}
.AnyTagClassName
{
color: #F0C134;
}
</style>
background-color css
<style>
a { background-color: #F0C134; }
a { background-color: rgb(240,193,52); }
div.DivClassName
{
background-color: #F0C134;
}
.BgClassName
{
background-color: #F0C134;
}
</style>
border-color css
<style>
span { border-color: #F0C134; }
span { border-color: rgb(240,193,52); }
td.TdClassName
{
border-color: #F0C134;
}
.TagClassName
{
border-color: #F0C134;
}
</style>