Shades of Saffron #F8BD37
Tints of Saffron #F8BD37
RGB
CMYK
RGB Variations
Color information
#F8BD37 (or 0xF8BD37) is known color: Saffron. HEX triplet: F8, BD and 37. RGB value is (248,189,55). Sum of RGB (Red+Green+Blue) = 248+189+55=492 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.41% from 492); Green value is 189 (74.22% from 255 or 38.41% from 492); Blue value is 55 (21.88% from 255 or 11.18% from 492); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BD37 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8BD37 is #0742C8. Grayscale: #BFBFBF. Windows color (decimal): -475849 or 3653112. OLE color: 3653112.
HSL color Cylindrical-coordinate representation of color #F8BD37: hue angle of 41.66º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F8BD37 is Cyan = 0, Magento = 0.24, Yellow = 0.78 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 189 | 55 | - |
| CMYK | 0 | 0.24 | 0.78 | 0.03 |
| HSL | 41.66º | 0.93% | 0.59% | - |
| HSV(B) | 41.66º | 0.78% | 0.97% | - |
| XYZ | 57.6 | 56.63 | 11.51 | - |
| YUV | 191.37 | 51.05 | 168.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 189 | 55 | 0 | 0.24 | 0.78 | 0.03 | 41.66 | 0.93 | 0.59 |
| Hex | F8 | BD | 37 | 0 | 18 | 4E | 3 | 2A | 5D | 3B |
| Octal | 370 | 275 | 67 | 0 | 30 | 116 | 3 | 52 | 135 | 73 |
| Binary | 11111000 | 10111101 | 110111 | 0 | 11000 | 1001110 | 11 | 101010 | 1011101 | 111011 |
Color Harmonies of #F8BD37
Complementary color
Monochromatic Colors of #F8BD37
Black with #F8BD37
Text Example
Text Example
White with #F8BD37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8BD37; }
p { color: rgb(248,189,55); }
H1.HeaderClassName
{
color: #F8BD37;
}
.AnyTagClassName
{
color: #F8BD37;
}
</style>
background-color css
<style>
a { background-color: #F8BD37; }
a { background-color: rgb(248,189,55); }
div.DivClassName
{
background-color: #F8BD37;
}
.BgClassName
{
background-color: #F8BD37;
}
</style>
border-color css
<style>
span { border-color: #F8BD37; }
span { border-color: rgb(248,189,55); }
td.TdClassName
{
border-color: #F8BD37;
}
.TagClassName
{
border-color: #F8BD37;
}
</style>