Shades of Saffron #F7BC2D
Tints of Saffron #F7BC2D
RGB
CMYK
RGB Variations
Color information
#F7BC2D (or 0xF7BC2D) is known color: Saffron. HEX triplet: F7, BC and 2D. RGB value is (247,188,45). Sum of RGB (Red+Green+Blue) = 247+188+45=480 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.46% from 480); Green value is 188 (73.83% from 255 or 39.17% from 480); Blue value is 45 (17.97% from 255 or 9.38% from 480); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BC2D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F7BC2D is #0843D2. Grayscale: #BDBDBD. Windows color (decimal): -541651 or 2997495. OLE color: 2997495.
HSL color Cylindrical-coordinate representation of color #F7BC2D: hue angle of 42.48º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F7BC2D is Cyan = 0, Magento = 0.24, Yellow = 0.82 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 188 | 45 | - |
| CMYK | 0 | 0.24 | 0.82 | 0.03 |
| HSL | 42.48º | 0.93% | 0.57% | - |
| HSV(B) | 42.48º | 0.82% | 0.97% | - |
| XYZ | 56.81 | 55.93 | 10.28 | - |
| YUV | 189.34 | 46.55 | 169.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 188 | 45 | 0 | 0.24 | 0.82 | 0.03 | 42.48 | 0.93 | 0.57 |
| Hex | F7 | BC | 2D | 0 | 18 | 52 | 3 | 2A | 5D | 39 |
| Octal | 367 | 274 | 55 | 0 | 30 | 122 | 3 | 52 | 135 | 71 |
| Binary | 11110111 | 10111100 | 101101 | 0 | 11000 | 1010010 | 11 | 101010 | 1011101 | 111001 |
Color Harmonies of #F7BC2D
Complementary color
Monochromatic Colors of #F7BC2D
Black with #F7BC2D
Text Example
Text Example
White with #F7BC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7BC2D; }
p { color: rgb(247,188,45); }
H1.HeaderClassName
{
color: #F7BC2D;
}
.AnyTagClassName
{
color: #F7BC2D;
}
</style>
background-color css
<style>
a { background-color: #F7BC2D; }
a { background-color: rgb(247,188,45); }
div.DivClassName
{
background-color: #F7BC2D;
}
.BgClassName
{
background-color: #F7BC2D;
}
</style>
border-color css
<style>
span { border-color: #F7BC2D; }
span { border-color: rgb(247,188,45); }
td.TdClassName
{
border-color: #F7BC2D;
}
.TagClassName
{
border-color: #F7BC2D;
}
</style>