Shades of Saffron #F2C12E
Tints of Saffron #F2C12E
RGB
CMYK
RGB Variations
Color information
#F2C12E (or 0xF2C12E) is known color: Saffron. HEX triplet: F2, C1 and 2E. RGB value is (242,193,46). Sum of RGB (Red+Green+Blue) = 242+193+46=481 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.31% from 481); Green value is 193 (75.78% from 255 or 40.12% from 481); Blue value is 46 (18.36% from 255 or 9.56% from 481); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C12E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2C12E is #0D3ED1. Grayscale: #BFBFBF. Windows color (decimal): -868050 or 3064306. OLE color: 3064306.
HSL color Cylindrical-coordinate representation of color #F2C12E: hue angle of 45º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F2C12E is Cyan = 0, Magento = 0.20, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 193 | 46 | - |
| CMYK | 0 | 0.20 | 0.81 | 0.05 |
| HSL | 45º | 0.88% | 0.56% | - |
| HSV(B) | 45º | 0.81% | 0.95% | - |
| XYZ | 56.18 | 57.21 | 10.67 | - |
| YUV | 190.89 | 46.23 | 164.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 193 | 46 | 0 | 0.20 | 0.81 | 0.05 | 45 | 0.88 | 0.56 |
| Hex | F2 | C1 | 2E | 0 | 14 | 51 | 5 | 2D | 58 | 38 |
| Octal | 362 | 301 | 56 | 0 | 24 | 121 | 5 | 55 | 130 | 70 |
| Binary | 11110010 | 11000001 | 101110 | 0 | 10100 | 1010001 | 101 | 101101 | 1011000 | 111000 |
Color Harmonies of #F2C12E
Complementary color
Monochromatic Colors of #F2C12E
Black with #F2C12E
Text Example
Text Example
White with #F2C12E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C12E; }
p { color: rgb(242,193,46); }
H1.HeaderClassName
{
color: #F2C12E;
}
.AnyTagClassName
{
color: #F2C12E;
}
</style>
background-color css
<style>
a { background-color: #F2C12E; }
a { background-color: rgb(242,193,46); }
div.DivClassName
{
background-color: #F2C12E;
}
.BgClassName
{
background-color: #F2C12E;
}
</style>
border-color css
<style>
span { border-color: #F2C12E; }
span { border-color: rgb(242,193,46); }
td.TdClassName
{
border-color: #F2C12E;
}
.TagClassName
{
border-color: #F2C12E;
}
</style>