Shades of Saffron #F2BC33
Tints of Saffron #F2BC33
RGB
CMYK
RGB Variations
Color information
#F2BC33 (or 0xF2BC33) is known color: Saffron. HEX triplet: F2, BC and 33. RGB value is (242,188,51). Sum of RGB (Red+Green+Blue) = 242+188+51=481 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.31% from 481); Green value is 188 (73.83% from 255 or 39.09% from 481); Blue value is 51 (20.31% from 255 or 10.60% from 481); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BC33 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2BC33 is #0D43CC. Grayscale: #BDBDBD. Windows color (decimal): -869325 or 3390706. OLE color: 3390706.
HSL color Cylindrical-coordinate representation of color #F2BC33: hue angle of 43.04º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F2BC33 is Cyan = 0, Magento = 0.22, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 188 | 51 | - |
| CMYK | 0 | 0.22 | 0.79 | 0.05 |
| HSL | 43.04º | 0.88% | 0.57% | - |
| HSV(B) | 43.04º | 0.79% | 0.95% | - |
| XYZ | 55.2 | 55.08 | 10.85 | - |
| YUV | 188.53 | 50.39 | 166.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 188 | 51 | 0 | 0.22 | 0.79 | 0.05 | 43.04 | 0.88 | 0.57 |
| Hex | F2 | BC | 33 | 0 | 16 | 4F | 5 | 2B | 58 | 39 |
| Octal | 362 | 274 | 63 | 0 | 26 | 117 | 5 | 53 | 130 | 71 |
| Binary | 11110010 | 10111100 | 110011 | 0 | 10110 | 1001111 | 101 | 101011 | 1011000 | 111001 |
Color Harmonies of #F2BC33
Complementary color
Monochromatic Colors of #F2BC33
Black with #F2BC33
Text Example
Text Example
White with #F2BC33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BC33; }
p { color: rgb(242,188,51); }
H1.HeaderClassName
{
color: #F2BC33;
}
.AnyTagClassName
{
color: #F2BC33;
}
</style>
background-color css
<style>
a { background-color: #F2BC33; }
a { background-color: rgb(242,188,51); }
div.DivClassName
{
background-color: #F2BC33;
}
.BgClassName
{
background-color: #F2BC33;
}
</style>
border-color css
<style>
span { border-color: #F2BC33; }
span { border-color: rgb(242,188,51); }
td.TdClassName
{
border-color: #F2BC33;
}
.TagClassName
{
border-color: #F2BC33;
}
</style>