Shades of Saffron #F8BC2C
Tints of Saffron #F8BC2C
RGB
CMYK
RGB Variations
Color information
#F8BC2C (or 0xF8BC2C) is known color: Saffron. HEX triplet: F8, BC and 2C. RGB value is (248,188,44). Sum of RGB (Red+Green+Blue) = 248+188+44=480 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.67% from 480); Green value is 188 (73.83% from 255 or 39.17% from 480); Blue value is 44 (17.58% from 255 or 9.17% from 480); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BC2C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8BC2C is #0743D3. Grayscale: #BEBEBE. Windows color (decimal): -476116 or 2931960. OLE color: 2931960.
HSL color Cylindrical-coordinate representation of color #F8BC2C: hue angle of 42.35º degrees, saturation: 0.94, 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 #F8BC2C is Cyan = 0, Magento = 0.24, Yellow = 0.82 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 188 | 44 | - |
| CMYK | 0 | 0.24 | 0.82 | 0.03 |
| HSL | 42.35º | 0.94% | 0.57% | - |
| HSV(B) | 42.35º | 0.82% | 0.97% | - |
| XYZ | 57.15 | 56.1 | 10.2 | - |
| YUV | 189.52 | 45.88 | 169.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 188 | 44 | 0 | 0.24 | 0.82 | 0.03 | 42.35 | 0.94 | 0.57 |
| Hex | F8 | BC | 2C | 0 | 18 | 52 | 3 | 2A | 5E | 39 |
| Octal | 370 | 274 | 54 | 0 | 30 | 122 | 3 | 52 | 136 | 71 |
| Binary | 11111000 | 10111100 | 101100 | 0 | 11000 | 1010010 | 11 | 101010 | 1011110 | 111001 |
Color Harmonies of #F8BC2C
Complementary color
Monochromatic Colors of #F8BC2C
Black with #F8BC2C
Text Example
Text Example
White with #F8BC2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8BC2C; }
p { color: rgb(248,188,44); }
H1.HeaderClassName
{
color: #F8BC2C;
}
.AnyTagClassName
{
color: #F8BC2C;
}
</style>
background-color css
<style>
a { background-color: #F8BC2C; }
a { background-color: rgb(248,188,44); }
div.DivClassName
{
background-color: #F8BC2C;
}
.BgClassName
{
background-color: #F8BC2C;
}
</style>
border-color css
<style>
span { border-color: #F8BC2C; }
span { border-color: rgb(248,188,44); }
td.TdClassName
{
border-color: #F8BC2C;
}
.TagClassName
{
border-color: #F8BC2C;
}
</style>