Shades of Saffron #F2C228
Tints of Saffron #F2C228
RGB
CMYK
RGB Variations
Color information
#F2C228 (or 0xF2C228) is known color: Saffron. HEX triplet: F2, C2 and 28. RGB value is (242,194,40). Sum of RGB (Red+Green+Blue) = 242+194+40=476 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.84% from 476); Green value is 194 (76.17% from 255 or 40.76% from 476); Blue value is 40 (16.02% from 255 or 8.40% from 476); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C228 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2C228 is #0D3DD7. Grayscale: #BFBFBF. Windows color (decimal): -867800 or 2671346. OLE color: 2671346.
HSL color Cylindrical-coordinate representation of color #F2C228: hue angle of 45.74º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F2C228 is Cyan = 0, Magento = 0.20, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 194 | 40 | - |
| CMYK | 0 | 0.20 | 0.83 | 0.05 |
| HSL | 45.74º | 0.89% | 0.55% | - |
| HSV(B) | 45.74º | 0.83% | 0.95% | - |
| XYZ | 56.29 | 57.61 | 10.16 | - |
| YUV | 190.8 | 42.9 | 164.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 194 | 40 | 0 | 0.20 | 0.83 | 0.05 | 45.74 | 0.89 | 0.55 |
| Hex | F2 | C2 | 28 | 0 | 14 | 53 | 5 | 2E | 59 | 37 |
| Octal | 362 | 302 | 50 | 0 | 24 | 123 | 5 | 56 | 131 | 67 |
| Binary | 11110010 | 11000010 | 101000 | 0 | 10100 | 1010011 | 101 | 101110 | 1011001 | 110111 |
Color Harmonies of #F2C228
Complementary color
Monochromatic Colors of #F2C228
Black with #F2C228
Text Example
Text Example
White with #F2C228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C228; }
p { color: rgb(242,194,40); }
H1.HeaderClassName
{
color: #F2C228;
}
.AnyTagClassName
{
color: #F2C228;
}
</style>
background-color css
<style>
a { background-color: #F2C228; }
a { background-color: rgb(242,194,40); }
div.DivClassName
{
background-color: #F2C228;
}
.BgClassName
{
background-color: #F2C228;
}
</style>
border-color css
<style>
span { border-color: #F2C228; }
span { border-color: rgb(242,194,40); }
td.TdClassName
{
border-color: #F2C228;
}
.TagClassName
{
border-color: #F2C228;
}
</style>