Shades of Selective Yellow #F0B301
Tints of Selective Yellow #F0B301
RGB
CMYK
RGB Variations
Color information
#F0B301 (or 0xF0B301) is known color: Selective Yellow. HEX triplet: F0, B3 and 01. RGB value is (240,179,1). Sum of RGB (Red+Green+Blue) = 240+179+1=420 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.14% from 420); Green value is 179 (70.31% from 255 or 42.62% from 420); Blue value is 1 (0.78% from 255 or 0.24% from 420); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B301 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0B301 is #0F4CFE. Grayscale: #B1B1B1. Windows color (decimal): -1002751 or 111600. OLE color: 111600.
HSL color Cylindrical-coordinate representation of color #F0B301: hue angle of 44.69º 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 #F0B301 is Cyan = 0, Magento = 0.25, Yellow = 1.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 179 | 1 | - |
| CMYK | 0 | 0.25 | 1.00 | 0.06 |
| HSL | 44.69º | 0.99% | 0.47% | - |
| HSV(B) | 44.69º | 1% | 0.94% | - |
| XYZ | 52.06 | 50.77 | 7.08 | - |
| YUV | 176.95 | 28.71 | 172.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 179 | 1 | 0 | 0.25 | 1.00 | 0.06 | 44.69 | 0.99 | 0.47 |
| Hex | F0 | B3 | 1 | 0 | 19 | 64 | 6 | 2D | 63 | 2F |
| Octal | 360 | 263 | 1 | 0 | 31 | 144 | 6 | 55 | 143 | 57 |
| Binary | 11110000 | 10110011 | 1 | 0 | 11001 | 1100100 | 110 | 101101 | 1100011 | 101111 |
Color Harmonies of #F0B301
Complementary color
Monochromatic Colors of #F0B301
Black with #F0B301
Text Example
Text Example
White with #F0B301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B301; }
p { color: rgb(240,179,1); }
H1.HeaderClassName
{
color: #F0B301;
}
.AnyTagClassName
{
color: #F0B301;
}
</style>
background-color css
<style>
a { background-color: #F0B301; }
a { background-color: rgb(240,179,1); }
div.DivClassName
{
background-color: #F0B301;
}
.BgClassName
{
background-color: #F0B301;
}
</style>
border-color css
<style>
span { border-color: #F0B301; }
span { border-color: rgb(240,179,1); }
td.TdClassName
{
border-color: #F0B301;
}
.TagClassName
{
border-color: #F0B301;
}
</style>