Shades of Saffron #F2BF32
Tints of Saffron #F2BF32
RGB
CMYK
RGB Variations
Color information
#F2BF32 (or 0xF2BF32) is known color: Saffron. HEX triplet: F2, BF and 32. RGB value is (242,191,50). Sum of RGB (Red+Green+Blue) = 242+191+50=483 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.10% from 483); Green value is 191 (75% from 255 or 39.54% from 483); Blue value is 50 (19.92% from 255 or 10.35% from 483); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BF32 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2BF32 is #0D40CD. Grayscale: #BEBEBE. Windows color (decimal): -868558 or 3325938. OLE color: 3325938.
HSL color Cylindrical-coordinate representation of color #F2BF32: hue angle of 44.06º 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 #F2BF32 is Cyan = 0, Magento = 0.21, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 191 | 50 | - |
| CMYK | 0 | 0.21 | 0.79 | 0.05 |
| HSL | 44.06º | 0.88% | 0.57% | - |
| HSV(B) | 44.06º | 0.79% | 0.95% | - |
| XYZ | 55.82 | 56.37 | 10.96 | - |
| YUV | 190.18 | 48.9 | 164.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 191 | 50 | 0 | 0.21 | 0.79 | 0.05 | 44.06 | 0.88 | 0.57 |
| Hex | F2 | BF | 32 | 0 | 15 | 4F | 5 | 2C | 58 | 39 |
| Octal | 362 | 277 | 62 | 0 | 25 | 117 | 5 | 54 | 130 | 71 |
| Binary | 11110010 | 10111111 | 110010 | 0 | 10101 | 1001111 | 101 | 101100 | 1011000 | 111001 |
Color Harmonies of #F2BF32
Complementary color
Monochromatic Colors of #F2BF32
Black with #F2BF32
Text Example
Text Example
White with #F2BF32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BF32; }
p { color: rgb(242,191,50); }
H1.HeaderClassName
{
color: #F2BF32;
}
.AnyTagClassName
{
color: #F2BF32;
}
</style>
background-color css
<style>
a { background-color: #F2BF32; }
a { background-color: rgb(242,191,50); }
div.DivClassName
{
background-color: #F2BF32;
}
.BgClassName
{
background-color: #F2BF32;
}
</style>
border-color css
<style>
span { border-color: #F2BF32; }
span { border-color: rgb(242,191,50); }
td.TdClassName
{
border-color: #F2BF32;
}
.TagClassName
{
border-color: #F2BF32;
}
</style>