Shades of Saffron #F0BC38
Tints of Saffron #F0BC38
RGB
CMYK
RGB Variations
Color information
#F0BC38 (or 0xF0BC38) is known color: Saffron. HEX triplet: F0, BC and 38. RGB value is (240,188,56). Sum of RGB (Red+Green+Blue) = 240+188+56=484 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.59% from 484); Green value is 188 (73.83% from 255 or 38.84% from 484); Blue value is 56 (22.27% from 255 or 11.57% from 484); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BC38 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0BC38 is #0F43C7. Grayscale: #BDBDBD. Windows color (decimal): -1000392 or 3718384. OLE color: 3718384.
HSL color Cylindrical-coordinate representation of color #F0BC38: hue angle of 43.04º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F0BC38 is Cyan = 0, Magento = 0.22, Yellow = 0.77 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 188 | 56 | - |
| CMYK | 0 | 0.22 | 0.77 | 0.06 |
| HSL | 43.04º | 0.86% | 0.58% | - |
| HSV(B) | 43.04º | 0.77% | 0.94% | - |
| XYZ | 54.63 | 54.78 | 11.44 | - |
| YUV | 188.5 | 53.23 | 164.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 188 | 56 | 0 | 0.22 | 0.77 | 0.06 | 43.04 | 0.86 | 0.58 |
| Hex | F0 | BC | 38 | 0 | 16 | 4D | 6 | 2B | 56 | 3A |
| Octal | 360 | 274 | 70 | 0 | 26 | 115 | 6 | 53 | 126 | 72 |
| Binary | 11110000 | 10111100 | 111000 | 0 | 10110 | 1001101 | 110 | 101011 | 1010110 | 111010 |
Color Harmonies of #F0BC38
Complementary color
Monochromatic Colors of #F0BC38
Black with #F0BC38
Text Example
Text Example
White with #F0BC38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BC38; }
p { color: rgb(240,188,56); }
H1.HeaderClassName
{
color: #F0BC38;
}
.AnyTagClassName
{
color: #F0BC38;
}
</style>
background-color css
<style>
a { background-color: #F0BC38; }
a { background-color: rgb(240,188,56); }
div.DivClassName
{
background-color: #F0BC38;
}
.BgClassName
{
background-color: #F0BC38;
}
</style>
border-color css
<style>
span { border-color: #F0BC38; }
span { border-color: rgb(240,188,56); }
td.TdClassName
{
border-color: #F0BC38;
}
.TagClassName
{
border-color: #F0BC38;
}
</style>