Shades of Saffron #F2BC34
Tints of Saffron #F2BC34
RGB
CMYK
RGB Variations
Color information
#F2BC34 (or 0xF2BC34) is known color: Saffron. HEX triplet: F2, BC and 34. RGB value is (242,188,52). Sum of RGB (Red+Green+Blue) = 242+188+52=482 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.21% from 482); Green value is 188 (73.83% from 255 or 39.00% from 482); Blue value is 52 (20.70% from 255 or 10.79% from 482); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BC34 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2BC34 is #0D43CB. Grayscale: #BDBDBD. Windows color (decimal): -869324 or 3456242. OLE color: 3456242.
HSL color Cylindrical-coordinate representation of color #F2BC34: hue angle of 42.95º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F2BC34 is Cyan = 0, Magento = 0.22, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 188 | 52 | - |
| CMYK | 0 | 0.22 | 0.79 | 0.05 |
| HSL | 42.95º | 0.88% | 0.58% | - |
| HSV(B) | 42.95º | 0.79% | 0.95% | - |
| XYZ | 55.22 | 55.09 | 10.97 | - |
| YUV | 188.64 | 50.89 | 166.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 188 | 52 | 0 | 0.22 | 0.79 | 0.05 | 42.95 | 0.88 | 0.58 |
| Hex | F2 | BC | 34 | 0 | 16 | 4F | 5 | 2B | 58 | 3A |
| Octal | 362 | 274 | 64 | 0 | 26 | 117 | 5 | 53 | 130 | 72 |
| Binary | 11110010 | 10111100 | 110100 | 0 | 10110 | 1001111 | 101 | 101011 | 1011000 | 111010 |
Color Harmonies of #F2BC34
Complementary color
Monochromatic Colors of #F2BC34
Black with #F2BC34
Text Example
Text Example
White with #F2BC34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BC34; }
p { color: rgb(242,188,52); }
H1.HeaderClassName
{
color: #F2BC34;
}
.AnyTagClassName
{
color: #F2BC34;
}
</style>
background-color css
<style>
a { background-color: #F2BC34; }
a { background-color: rgb(242,188,52); }
div.DivClassName
{
background-color: #F2BC34;
}
.BgClassName
{
background-color: #F2BC34;
}
</style>
border-color css
<style>
span { border-color: #F2BC34; }
span { border-color: rgb(242,188,52); }
td.TdClassName
{
border-color: #F2BC34;
}
.TagClassName
{
border-color: #F2BC34;
}
</style>