Shades of Saffron #F8BA2E
Tints of Saffron #F8BA2E
RGB
CMYK
RGB Variations
Color information
#F8BA2E (or 0xF8BA2E) is known color: Saffron. HEX triplet: F8, BA and 2E. RGB value is (248,186,46). Sum of RGB (Red+Green+Blue) = 248+186+46=480 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.67% from 480); Green value is 186 (73.05% from 255 or 38.75% from 480); Blue value is 46 (18.36% from 255 or 9.58% from 480); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BA2E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8BA2E is #0745D1. Grayscale: #BDBDBD. Windows color (decimal): -476626 or 3062520. OLE color: 3062520.
HSL color Cylindrical-coordinate representation of color #F8BA2E: hue angle of 41.58º 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 #F8BA2E is Cyan = 0, Magento = 0.25, Yellow = 0.81 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 186 | 46 | - |
| CMYK | 0 | 0.25 | 0.81 | 0.03 |
| HSL | 41.58º | 0.94% | 0.58% | - |
| HSV(B) | 41.58º | 0.81% | 0.97% | - |
| XYZ | 56.76 | 55.27 | 10.26 | - |
| YUV | 188.58 | 47.54 | 170.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 186 | 46 | 0 | 0.25 | 0.81 | 0.03 | 41.58 | 0.94 | 0.58 |
| Hex | F8 | BA | 2E | 0 | 19 | 51 | 3 | 2A | 5E | 3A |
| Octal | 370 | 272 | 56 | 0 | 31 | 121 | 3 | 52 | 136 | 72 |
| Binary | 11111000 | 10111010 | 101110 | 0 | 11001 | 1010001 | 11 | 101010 | 1011110 | 111010 |
Color Harmonies of #F8BA2E
Complementary color
Monochromatic Colors of #F8BA2E
Black with #F8BA2E
Text Example
Text Example
White with #F8BA2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8BA2E; }
p { color: rgb(248,186,46); }
H1.HeaderClassName
{
color: #F8BA2E;
}
.AnyTagClassName
{
color: #F8BA2E;
}
</style>
background-color css
<style>
a { background-color: #F8BA2E; }
a { background-color: rgb(248,186,46); }
div.DivClassName
{
background-color: #F8BA2E;
}
.BgClassName
{
background-color: #F8BA2E;
}
</style>
border-color css
<style>
span { border-color: #F8BA2E; }
span { border-color: rgb(248,186,46); }
td.TdClassName
{
border-color: #F8BA2E;
}
.TagClassName
{
border-color: #F8BA2E;
}
</style>