Shades of Saffron #F7BF32
Tints of Saffron #F7BF32
RGB
CMYK
RGB Variations
Color information
#F7BF32 (or 0xF7BF32) is known color: Saffron. HEX triplet: F7, BF and 32. RGB value is (247,191,50). Sum of RGB (Red+Green+Blue) = 247+191+50=488 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.61% from 488); Green value is 191 (75% from 255 or 39.14% from 488); Blue value is 50 (19.92% from 255 or 10.25% from 488); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BF32 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F7BF32 is #0840CD. Grayscale: #C0C0C0. Windows color (decimal): -540878 or 3325943. OLE color: 3325943.
HSL color Cylindrical-coordinate representation of color #F7BF32: hue angle of 42.94º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F7BF32 is Cyan = 0, Magento = 0.23, Yellow = 0.80 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 191 | 50 | - |
| CMYK | 0 | 0.23 | 0.80 | 0.03 |
| HSL | 42.94º | 0.92% | 0.58% | - |
| HSV(B) | 42.94º | 0.8% | 0.97% | - |
| XYZ | 57.56 | 57.27 | 11.04 | - |
| YUV | 191.67 | 48.05 | 167.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 191 | 50 | 0 | 0.23 | 0.80 | 0.03 | 42.94 | 0.92 | 0.58 |
| Hex | F7 | BF | 32 | 0 | 17 | 50 | 3 | 2B | 5C | 3A |
| Octal | 367 | 277 | 62 | 0 | 27 | 120 | 3 | 53 | 134 | 72 |
| Binary | 11110111 | 10111111 | 110010 | 0 | 10111 | 1010000 | 11 | 101011 | 1011100 | 111010 |
Color Harmonies of #F7BF32
Complementary color
Monochromatic Colors of #F7BF32
Black with #F7BF32
Text Example
Text Example
White with #F7BF32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7BF32; }
p { color: rgb(247,191,50); }
H1.HeaderClassName
{
color: #F7BF32;
}
.AnyTagClassName
{
color: #F7BF32;
}
</style>
background-color css
<style>
a { background-color: #F7BF32; }
a { background-color: rgb(247,191,50); }
div.DivClassName
{
background-color: #F7BF32;
}
.BgClassName
{
background-color: #F7BF32;
}
</style>
border-color css
<style>
span { border-color: #F7BF32; }
span { border-color: rgb(247,191,50); }
td.TdClassName
{
border-color: #F7BF32;
}
.TagClassName
{
border-color: #F7BF32;
}
</style>