Shades of Saffron #F2BB37
Tints of Saffron #F2BB37
RGB
CMYK
RGB Variations
Color information
#F2BB37 (or 0xF2BB37) is known color: Saffron. HEX triplet: F2, BB and 37. RGB value is (242,187,55). Sum of RGB (Red+Green+Blue) = 242+187+55=484 (64% of max value = 765). Red value is 242 (94.92% from 255 or 50% from 484); Green value is 187 (73.44% from 255 or 38.64% from 484); Blue value is 55 (21.88% from 255 or 11.36% from 484); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BB37 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2BB37 is #0D44C8. Grayscale: #BCBCBC. Windows color (decimal): -869577 or 3652594. OLE color: 3652594.
HSL color Cylindrical-coordinate representation of color #F2BB37: hue angle of 42.35º 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 #F2BB37 is Cyan = 0, Magento = 0.23, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 187 | 55 | - |
| CMYK | 0 | 0.23 | 0.77 | 0.05 |
| HSL | 42.35º | 0.88% | 0.58% | - |
| HSV(B) | 42.35º | 0.77% | 0.95% | - |
| XYZ | 55.08 | 54.69 | 11.27 | - |
| YUV | 188.4 | 52.72 | 166.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 187 | 55 | 0 | 0.23 | 0.77 | 0.05 | 42.35 | 0.88 | 0.58 |
| Hex | F2 | BB | 37 | 0 | 17 | 4D | 5 | 2A | 58 | 3A |
| Octal | 362 | 273 | 67 | 0 | 27 | 115 | 5 | 52 | 130 | 72 |
| Binary | 11110010 | 10111011 | 110111 | 0 | 10111 | 1001101 | 101 | 101010 | 1011000 | 111010 |
Color Harmonies of #F2BB37
Complementary color
Monochromatic Colors of #F2BB37
Black with #F2BB37
Text Example
Text Example
White with #F2BB37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BB37; }
p { color: rgb(242,187,55); }
H1.HeaderClassName
{
color: #F2BB37;
}
.AnyTagClassName
{
color: #F2BB37;
}
</style>
background-color css
<style>
a { background-color: #F2BB37; }
a { background-color: rgb(242,187,55); }
div.DivClassName
{
background-color: #F2BB37;
}
.BgClassName
{
background-color: #F2BB37;
}
</style>
border-color css
<style>
span { border-color: #F2BB37; }
span { border-color: rgb(242,187,55); }
td.TdClassName
{
border-color: #F2BB37;
}
.TagClassName
{
border-color: #F2BB37;
}
</style>