Shades of Saffron #F2BC32
Tints of Saffron #F2BC32
RGB
CMYK
RGB Variations
Color information
#F2BC32 (or 0xF2BC32) is known color: Saffron. HEX triplet: F2, BC and 32. RGB value is (242,188,50). Sum of RGB (Red+Green+Blue) = 242+188+50=480 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.42% from 480); Green value is 188 (73.83% from 255 or 39.17% from 480); Blue value is 50 (19.92% from 255 or 10.42% from 480); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BC32 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2BC32 is #0D43CD. Grayscale: #BDBDBD. Windows color (decimal): -869326 or 3325170. OLE color: 3325170.
HSL color Cylindrical-coordinate representation of color #F2BC32: hue angle of 43.12º 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 #F2BC32 is Cyan = 0, Magento = 0.22, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 188 | 50 | - |
| CMYK | 0 | 0.22 | 0.79 | 0.05 |
| HSL | 43.13º | 0.88% | 0.57% | - |
| HSV(B) | 43.13º | 0.79% | 0.95% | - |
| XYZ | 55.18 | 55.07 | 10.74 | - |
| YUV | 188.41 | 49.89 | 166.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 188 | 50 | 0 | 0.22 | 0.79 | 0.05 | 43.13 | 0.88 | 0.57 |
| Hex | F2 | BC | 32 | 0 | 16 | 4F | 5 | 2B | 58 | 39 |
| Octal | 362 | 274 | 62 | 0 | 26 | 117 | 5 | 53 | 130 | 71 |
| Binary | 11110010 | 10111100 | 110010 | 0 | 10110 | 1001111 | 101 | 101011 | 1011000 | 111001 |
Color Harmonies of #F2BC32
Complementary color
Monochromatic Colors of #F2BC32
Black with #F2BC32
Text Example
Text Example
White with #F2BC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BC32; }
p { color: rgb(242,188,50); }
H1.HeaderClassName
{
color: #F2BC32;
}
.AnyTagClassName
{
color: #F2BC32;
}
</style>
background-color css
<style>
a { background-color: #F2BC32; }
a { background-color: rgb(242,188,50); }
div.DivClassName
{
background-color: #F2BC32;
}
.BgClassName
{
background-color: #F2BC32;
}
</style>
border-color css
<style>
span { border-color: #F2BC32; }
span { border-color: rgb(242,188,50); }
td.TdClassName
{
border-color: #F2BC32;
}
.TagClassName
{
border-color: #F2BC32;
}
</style>