Shades of Saffron #F7BC2E
Tints of Saffron #F7BC2E
RGB
CMYK
RGB Variations
Color information
#F7BC2E (or 0xF7BC2E) is known color: Saffron. HEX triplet: F7, BC and 2E. RGB value is (247,188,46). Sum of RGB (Red+Green+Blue) = 247+188+46=481 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.35% from 481); Green value is 188 (73.83% from 255 or 39.09% from 481); Blue value is 46 (18.36% from 255 or 9.56% from 481); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BC2E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F7BC2E is #0843D1. Grayscale: #BEBEBE. Windows color (decimal): -541650 or 3063031. OLE color: 3063031.
HSL color Cylindrical-coordinate representation of color #F7BC2E: hue angle of 42.39º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F7BC2E is Cyan = 0, Magento = 0.24, Yellow = 0.81 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 188 | 46 | - |
| CMYK | 0 | 0.24 | 0.81 | 0.03 |
| HSL | 42.39º | 0.93% | 0.57% | - |
| HSV(B) | 42.39º | 0.81% | 0.97% | - |
| XYZ | 56.83 | 55.94 | 10.39 | - |
| YUV | 189.45 | 47.05 | 169.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 188 | 46 | 0 | 0.24 | 0.81 | 0.03 | 42.39 | 0.93 | 0.57 |
| Hex | F7 | BC | 2E | 0 | 18 | 51 | 3 | 2A | 5D | 39 |
| Octal | 367 | 274 | 56 | 0 | 30 | 121 | 3 | 52 | 135 | 71 |
| Binary | 11110111 | 10111100 | 101110 | 0 | 11000 | 1010001 | 11 | 101010 | 1011101 | 111001 |
Color Harmonies of #F7BC2E
Complementary color
Monochromatic Colors of #F7BC2E
Black with #F7BC2E
Text Example
Text Example
White with #F7BC2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7BC2E; }
p { color: rgb(247,188,46); }
H1.HeaderClassName
{
color: #F7BC2E;
}
.AnyTagClassName
{
color: #F7BC2E;
}
</style>
background-color css
<style>
a { background-color: #F7BC2E; }
a { background-color: rgb(247,188,46); }
div.DivClassName
{
background-color: #F7BC2E;
}
.BgClassName
{
background-color: #F7BC2E;
}
</style>
border-color css
<style>
span { border-color: #F7BC2E; }
span { border-color: rgb(247,188,46); }
td.TdClassName
{
border-color: #F7BC2E;
}
.TagClassName
{
border-color: #F7BC2E;
}
</style>