Shades of Saffron #F2C237
Tints of Saffron #F2C237
RGB
CMYK
RGB Variations
Color information
#F2C237 (or 0xF2C237) is known color: Saffron. HEX triplet: F2, C2 and 37. RGB value is (242,194,55). Sum of RGB (Red+Green+Blue) = 242+194+55=491 (65% of max value = 765). Red value is 242 (94.92% from 255 or 49.29% from 491); Green value is 194 (76.17% from 255 or 39.51% from 491); Blue value is 55 (21.88% from 255 or 11.20% from 491); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C237 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2C237 is #0D3DC8. Grayscale: #C1C1C1. Windows color (decimal): -867785 or 3654386. OLE color: 3654386.
HSL color Cylindrical-coordinate representation of color #F2C237: hue angle of 44.6º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F2C237 is Cyan = 0, Magento = 0.20, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 194 | 55 | - |
| CMYK | 0 | 0.20 | 0.77 | 0.05 |
| HSL | 44.6º | 0.88% | 0.58% | - |
| HSV(B) | 44.6º | 0.77% | 0.95% | - |
| XYZ | 56.6 | 57.74 | 11.78 | - |
| YUV | 192.51 | 50.4 | 163.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 194 | 55 | 0 | 0.20 | 0.77 | 0.05 | 44.6 | 0.88 | 0.58 |
| Hex | F2 | C2 | 37 | 0 | 14 | 4D | 5 | 2D | 58 | 3A |
| Octal | 362 | 302 | 67 | 0 | 24 | 115 | 5 | 55 | 130 | 72 |
| Binary | 11110010 | 11000010 | 110111 | 0 | 10100 | 1001101 | 101 | 101101 | 1011000 | 111010 |
Color Harmonies of #F2C237
Complementary color
Monochromatic Colors of #F2C237
Black with #F2C237
Text Example
Text Example
White with #F2C237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C237; }
p { color: rgb(242,194,55); }
H1.HeaderClassName
{
color: #F2C237;
}
.AnyTagClassName
{
color: #F2C237;
}
</style>
background-color css
<style>
a { background-color: #F2C237; }
a { background-color: rgb(242,194,55); }
div.DivClassName
{
background-color: #F2C237;
}
.BgClassName
{
background-color: #F2C237;
}
</style>
border-color css
<style>
span { border-color: #F2C237; }
span { border-color: rgb(242,194,55); }
td.TdClassName
{
border-color: #F2C237;
}
.TagClassName
{
border-color: #F2C237;
}
</style>