Shades of Saffron #F2BA37
Tints of Saffron #F2BA37
RGB
CMYK
RGB Variations
Color information
#F2BA37 (or 0xF2BA37) is known color: Saffron. HEX triplet: F2, BA and 37. RGB value is (242,186,55). Sum of RGB (Red+Green+Blue) = 242+186+55=483 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.10% from 483); Green value is 186 (73.05% from 255 or 38.51% from 483); Blue value is 55 (21.88% from 255 or 11.39% from 483); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BA37 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2BA37 is #0D45C8. Grayscale: #BCBCBC. Windows color (decimal): -869833 or 3652338. OLE color: 3652338.
HSL color Cylindrical-coordinate representation of color #F2BA37: hue angle of 42.03º 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 #F2BA37 is Cyan = 0, Magento = 0.23, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 186 | 55 | - |
| CMYK | 0 | 0.23 | 0.77 | 0.05 |
| HSL | 42.03º | 0.88% | 0.58% | - |
| HSV(B) | 42.03º | 0.77% | 0.95% | - |
| XYZ | 54.87 | 54.27 | 11.2 | - |
| YUV | 187.81 | 53.05 | 166.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 186 | 55 | 0 | 0.23 | 0.77 | 0.05 | 42.03 | 0.88 | 0.58 |
| Hex | F2 | BA | 37 | 0 | 17 | 4D | 5 | 2A | 58 | 3A |
| Octal | 362 | 272 | 67 | 0 | 27 | 115 | 5 | 52 | 130 | 72 |
| Binary | 11110010 | 10111010 | 110111 | 0 | 10111 | 1001101 | 101 | 101010 | 1011000 | 111010 |
Color Harmonies of #F2BA37
Complementary color
Monochromatic Colors of #F2BA37
Black with #F2BA37
Text Example
Text Example
White with #F2BA37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BA37; }
p { color: rgb(242,186,55); }
H1.HeaderClassName
{
color: #F2BA37;
}
.AnyTagClassName
{
color: #F2BA37;
}
</style>
background-color css
<style>
a { background-color: #F2BA37; }
a { background-color: rgb(242,186,55); }
div.DivClassName
{
background-color: #F2BA37;
}
.BgClassName
{
background-color: #F2BA37;
}
</style>
border-color css
<style>
span { border-color: #F2BA37; }
span { border-color: rgb(242,186,55); }
td.TdClassName
{
border-color: #F2BA37;
}
.TagClassName
{
border-color: #F2BA37;
}
</style>