Shades of Selective Yellow #F0B50E
Tints of Selective Yellow #F0B50E
RGB
CMYK
RGB Variations
Color information
#F0B50E (or 0xF0B50E) is known color: Selective Yellow. HEX triplet: F0, B5 and 0E. RGB value is (240,181,14). Sum of RGB (Red+Green+Blue) = 240+181+14=435 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.17% from 435); Green value is 181 (71.09% from 255 or 41.61% from 435); Blue value is 14 (5.86% from 255 or 3.22% from 435); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B50E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0B50E is #0F4AF1. Grayscale: #B4B4B4. Windows color (decimal): -1002226 or 964080. OLE color: 964080.
HSL color Cylindrical-coordinate representation of color #F0B50E: hue angle of 44.34º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F0B50E is Cyan = 0, Magento = 0.25, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 181 | 14 | - |
| CMYK | 0 | 0.25 | 0.94 | 0.06 |
| HSL | 44.34º | 0.89% | 0.5% | - |
| HSV(B) | 44.34º | 0.94% | 0.94% | - |
| XYZ | 52.54 | 51.6 | 7.61 | - |
| YUV | 179.6 | 34.55 | 171.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 181 | 14 | 0 | 0.25 | 0.94 | 0.06 | 44.34 | 0.89 | 0.5 |
| Hex | F0 | B5 | E | 0 | 19 | 5E | 6 | 2C | 59 | 32 |
| Octal | 360 | 265 | 16 | 0 | 31 | 136 | 6 | 54 | 131 | 62 |
| Binary | 11110000 | 10110101 | 1110 | 0 | 11001 | 1011110 | 110 | 101100 | 1011001 | 110010 |
Color Harmonies of #F0B50E
Complementary color
Monochromatic Colors of #F0B50E
Black with #F0B50E
Text Example
Text Example
White with #F0B50E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B50E; }
p { color: rgb(240,181,14); }
H1.HeaderClassName
{
color: #F0B50E;
}
.AnyTagClassName
{
color: #F0B50E;
}
</style>
background-color css
<style>
a { background-color: #F0B50E; }
a { background-color: rgb(240,181,14); }
div.DivClassName
{
background-color: #F0B50E;
}
.BgClassName
{
background-color: #F0B50E;
}
</style>
border-color css
<style>
span { border-color: #F0B50E; }
span { border-color: rgb(240,181,14); }
td.TdClassName
{
border-color: #F0B50E;
}
.TagClassName
{
border-color: #F0B50E;
}
</style>