Shades of Selective Yellow #F0B201
Tints of Selective Yellow #F0B201
RGB
CMYK
RGB Variations
Color information
#F0B201 (or 0xF0B201) is known color: Selective Yellow. HEX triplet: F0, B2 and 01. RGB value is (240,178,1). Sum of RGB (Red+Green+Blue) = 240+178+1=419 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.28% from 419); Green value is 178 (69.92% from 255 or 42.48% from 419); Blue value is 1 (0.78% from 255 or 0.24% from 419); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B201 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0B201 is #0F4DFE. Grayscale: #B1B1B1. Windows color (decimal): -1003007 or 111344. OLE color: 111344.
HSL color Cylindrical-coordinate representation of color #F0B201: hue angle of 44.44º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F0B201 is Cyan = 0, Magento = 0.26, Yellow = 1.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 178 | 1 | - |
| CMYK | 0 | 0.26 | 1.00 | 0.06 |
| HSL | 44.44º | 0.99% | 0.47% | - |
| HSV(B) | 44.44º | 1% | 0.94% | - |
| XYZ | 51.86 | 50.37 | 7.02 | - |
| YUV | 176.36 | 29.04 | 173.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 178 | 1 | 0 | 0.26 | 1.00 | 0.06 | 44.44 | 0.99 | 0.47 |
| Hex | F0 | B2 | 1 | 0 | 1A | 64 | 6 | 2C | 63 | 2F |
| Octal | 360 | 262 | 1 | 0 | 32 | 144 | 6 | 54 | 143 | 57 |
| Binary | 11110000 | 10110010 | 1 | 0 | 11010 | 1100100 | 110 | 101100 | 1100011 | 101111 |
Color Harmonies of #F0B201
Complementary color
Monochromatic Colors of #F0B201
Black with #F0B201
Text Example
Text Example
White with #F0B201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B201; }
p { color: rgb(240,178,1); }
H1.HeaderClassName
{
color: #F0B201;
}
.AnyTagClassName
{
color: #F0B201;
}
</style>
background-color css
<style>
a { background-color: #F0B201; }
a { background-color: rgb(240,178,1); }
div.DivClassName
{
background-color: #F0B201;
}
.BgClassName
{
background-color: #F0B201;
}
</style>
border-color css
<style>
span { border-color: #F0B201; }
span { border-color: rgb(240,178,1); }
td.TdClassName
{
border-color: #F0B201;
}
.TagClassName
{
border-color: #F0B201;
}
</style>