Shades of Selective Yellow #F0B205
Tints of Selective Yellow #F0B205
RGB
CMYK
RGB Variations
Color information
#F0B205 (or 0xF0B205) is known color: Selective Yellow. HEX triplet: F0, B2 and 05. RGB value is (240,178,5). Sum of RGB (Red+Green+Blue) = 240+178+5=423 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.74% from 423); Green value is 178 (69.92% from 255 or 42.08% from 423); Blue value is 5 (2.34% from 255 or 1.18% from 423); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B205 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0B205 is #0F4DFA. Grayscale: #B1B1B1. Windows color (decimal): -1003003 or 373488. OLE color: 373488.
HSL color Cylindrical-coordinate representation of color #F0B205: hue angle of 44.17º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F0B205 is Cyan = 0, Magento = 0.26, Yellow = 0.98 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 178 | 5 | - |
| CMYK | 0 | 0.26 | 0.98 | 0.06 |
| HSL | 44.17º | 0.96% | 0.48% | - |
| HSV(B) | 44.17º | 0.98% | 0.94% | - |
| XYZ | 51.88 | 50.38 | 7.13 | - |
| YUV | 176.82 | 31.04 | 173.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 178 | 5 | 0 | 0.26 | 0.98 | 0.06 | 44.17 | 0.96 | 0.48 |
| Hex | F0 | B2 | 5 | 0 | 1A | 62 | 6 | 2C | 60 | 30 |
| Octal | 360 | 262 | 5 | 0 | 32 | 142 | 6 | 54 | 140 | 60 |
| Binary | 11110000 | 10110010 | 101 | 0 | 11010 | 1100010 | 110 | 101100 | 1100000 | 110000 |
Color Harmonies of #F0B205
Complementary color
Monochromatic Colors of #F0B205
Black with #F0B205
Text Example
Text Example
White with #F0B205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B205; }
p { color: rgb(240,178,5); }
H1.HeaderClassName
{
color: #F0B205;
}
.AnyTagClassName
{
color: #F0B205;
}
</style>
background-color css
<style>
a { background-color: #F0B205; }
a { background-color: rgb(240,178,5); }
div.DivClassName
{
background-color: #F0B205;
}
.BgClassName
{
background-color: #F0B205;
}
</style>
border-color css
<style>
span { border-color: #F0B205; }
span { border-color: rgb(240,178,5); }
td.TdClassName
{
border-color: #F0B205;
}
.TagClassName
{
border-color: #F0B205;
}
</style>