Shades of Saffron #F2C239
Tints of Saffron #F2C239
RGB
CMYK
RGB Variations
Color information
#F2C239 (or 0xF2C239) is known color: Saffron. HEX triplet: F2, C2 and 39. RGB value is (242,194,57). Sum of RGB (Red+Green+Blue) = 242+194+57=493 (65% of max value = 765). Red value is 242 (94.92% from 255 or 49.09% from 493); Green value is 194 (76.17% from 255 or 39.35% from 493); Blue value is 57 (22.66% from 255 or 11.56% from 493); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C239 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2C239 is #0D3DC6. Grayscale: #C1C1C1. Windows color (decimal): -867783 or 3785458. OLE color: 3785458.
HSL color Cylindrical-coordinate representation of color #F2C239: hue angle of 44.43º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F2C239 is Cyan = 0, Magento = 0.20, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 194 | 57 | - |
| CMYK | 0 | 0.20 | 0.76 | 0.05 |
| HSL | 44.43º | 0.88% | 0.59% | - |
| HSV(B) | 44.43º | 0.76% | 0.95% | - |
| XYZ | 56.65 | 57.76 | 12.03 | - |
| YUV | 192.73 | 51.4 | 163.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 194 | 57 | 0 | 0.20 | 0.76 | 0.05 | 44.43 | 0.88 | 0.59 |
| Hex | F2 | C2 | 39 | 0 | 14 | 4C | 5 | 2C | 58 | 3B |
| Octal | 362 | 302 | 71 | 0 | 24 | 114 | 5 | 54 | 130 | 73 |
| Binary | 11110010 | 11000010 | 111001 | 0 | 10100 | 1001100 | 101 | 101100 | 1011000 | 111011 |
Color Harmonies of #F2C239
Complementary color
Monochromatic Colors of #F2C239
Black with #F2C239
Text Example
Text Example
White with #F2C239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C239; }
p { color: rgb(242,194,57); }
H1.HeaderClassName
{
color: #F2C239;
}
.AnyTagClassName
{
color: #F2C239;
}
</style>
background-color css
<style>
a { background-color: #F2C239; }
a { background-color: rgb(242,194,57); }
div.DivClassName
{
background-color: #F2C239;
}
.BgClassName
{
background-color: #F2C239;
}
</style>
border-color css
<style>
span { border-color: #F2C239; }
span { border-color: rgb(242,194,57); }
td.TdClassName
{
border-color: #F2C239;
}
.TagClassName
{
border-color: #F2C239;
}
</style>