Shades of Saffron #F8BC2E
Tints of Saffron #F8BC2E
RGB
CMYK
RGB Variations
Color information
#F8BC2E (or 0xF8BC2E) is known color: Saffron. HEX triplet: F8, BC and 2E. RGB value is (248,188,46). Sum of RGB (Red+Green+Blue) = 248+188+46=482 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.45% from 482); Green value is 188 (73.83% from 255 or 39.00% from 482); Blue value is 46 (18.36% from 255 or 9.54% from 482); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BC2E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8BC2E is #0743D1. Grayscale: #BEBEBE. Windows color (decimal): -476114 or 3063032. OLE color: 3063032.
HSL color Cylindrical-coordinate representation of color #F8BC2E: hue angle of 42.18º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F8BC2E is Cyan = 0, Magento = 0.24, Yellow = 0.81 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 188 | 46 | - |
| CMYK | 0 | 0.24 | 0.81 | 0.03 |
| HSL | 42.18º | 0.94% | 0.58% | - |
| HSV(B) | 42.18º | 0.81% | 0.97% | - |
| XYZ | 57.19 | 56.12 | 10.4 | - |
| YUV | 189.75 | 46.88 | 169.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 188 | 46 | 0 | 0.24 | 0.81 | 0.03 | 42.18 | 0.94 | 0.58 |
| Hex | F8 | BC | 2E | 0 | 18 | 51 | 3 | 2A | 5E | 3A |
| Octal | 370 | 274 | 56 | 0 | 30 | 121 | 3 | 52 | 136 | 72 |
| Binary | 11111000 | 10111100 | 101110 | 0 | 11000 | 1010001 | 11 | 101010 | 1011110 | 111010 |
Color Harmonies of #F8BC2E
Complementary color
Monochromatic Colors of #F8BC2E
Black with #F8BC2E
Text Example
Text Example
White with #F8BC2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8BC2E; }
p { color: rgb(248,188,46); }
H1.HeaderClassName
{
color: #F8BC2E;
}
.AnyTagClassName
{
color: #F8BC2E;
}
</style>
background-color css
<style>
a { background-color: #F8BC2E; }
a { background-color: rgb(248,188,46); }
div.DivClassName
{
background-color: #F8BC2E;
}
.BgClassName
{
background-color: #F8BC2E;
}
</style>
border-color css
<style>
span { border-color: #F8BC2E; }
span { border-color: rgb(248,188,46); }
td.TdClassName
{
border-color: #F8BC2E;
}
.TagClassName
{
border-color: #F8BC2E;
}
</style>