Shades of Saffron #F2C039
Tints of Saffron #F2C039
RGB
CMYK
RGB Variations
Color information
#F2C039 (or 0xF2C039) is known color: Saffron. HEX triplet: F2, C0 and 39. RGB value is (242,192,57). Sum of RGB (Red+Green+Blue) = 242+192+57=491 (65% of max value = 765). Red value is 242 (94.92% from 255 or 49.29% from 491); Green value is 192 (75.39% from 255 or 39.10% from 491); Blue value is 57 (22.66% from 255 or 11.61% from 491); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C039 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2C039 is #0D3FC6. Grayscale: #C0C0C0. Windows color (decimal): -868295 or 3784946. OLE color: 3784946.
HSL color Cylindrical-coordinate representation of color #F2C039: hue angle of 43.78º 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 #F2C039 is Cyan = 0, Magento = 0.21, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 192 | 57 | - |
| CMYK | 0 | 0.21 | 0.76 | 0.05 |
| HSL | 43.78º | 0.88% | 0.59% | - |
| HSV(B) | 43.78º | 0.76% | 0.95% | - |
| XYZ | 56.21 | 56.87 | 11.89 | - |
| YUV | 191.56 | 52.07 | 163.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 192 | 57 | 0 | 0.21 | 0.76 | 0.05 | 43.78 | 0.88 | 0.59 |
| Hex | F2 | C0 | 39 | 0 | 15 | 4C | 5 | 2C | 58 | 3B |
| Octal | 362 | 300 | 71 | 0 | 25 | 114 | 5 | 54 | 130 | 73 |
| Binary | 11110010 | 11000000 | 111001 | 0 | 10101 | 1001100 | 101 | 101100 | 1011000 | 111011 |
Color Harmonies of #F2C039
Complementary color
Monochromatic Colors of #F2C039
Black with #F2C039
Text Example
Text Example
White with #F2C039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C039; }
p { color: rgb(242,192,57); }
H1.HeaderClassName
{
color: #F2C039;
}
.AnyTagClassName
{
color: #F2C039;
}
</style>
background-color css
<style>
a { background-color: #F2C039; }
a { background-color: rgb(242,192,57); }
div.DivClassName
{
background-color: #F2C039;
}
.BgClassName
{
background-color: #F2C039;
}
</style>
border-color css
<style>
span { border-color: #F2C039; }
span { border-color: rgb(242,192,57); }
td.TdClassName
{
border-color: #F2C039;
}
.TagClassName
{
border-color: #F2C039;
}
</style>