Shades of Selective Yellow #F0B100
Tints of Selective Yellow #F0B100
RGB
CMYK
RGB Variations
Color information
#F0B100 (or 0xF0B100) is known color: Selective Yellow. HEX triplet: F0, B1 and 00. RGB value is (240,177,0). Sum of RGB (Red+Green+Blue) = 240+177+0=417 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.55% from 417); Green value is 177 (69.53% from 255 or 42.45% from 417); Blue value is 0 (0.39% from 255 or 0% from 417); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B100 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0B100 is #0F4EFF. Grayscale: #B0B0B0. Windows color (decimal): -1003264 or 45552. OLE color: 45552.
HSL color Cylindrical-coordinate representation of color #F0B100: hue angle of 44.25º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F0B100 is Cyan = 0, Magento = 0.26, Yellow = 1 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 177 | 0 | - |
| CMYK | 0 | 0.26 | 1 | 0.06 |
| HSL | 44.25º | 1% | 0.47% | - |
| HSV(B) | 44.25º | 1% | 0.94% | - |
| XYZ | 51.66 | 49.97 | 6.92 | - |
| YUV | 175.66 | 28.87 | 173.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 177 | 0 | 0 | 0.26 | 1 | 0.06 | 44.25 | 1 | 0.47 |
| Hex | F0 | B1 | 0 | 0 | 1A | 64 | 6 | 2C | 64 | 2F |
| Octal | 360 | 261 | 0 | 0 | 32 | 144 | 6 | 54 | 144 | 57 |
| Binary | 11110000 | 10110001 | 0 | 0 | 11010 | 1100100 | 110 | 101100 | 1100100 | 101111 |
Color Harmonies of #F0B100
Complementary color
Monochromatic Colors of #F0B100
Black with #F0B100
Text Example
Text Example
White with #F0B100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B100; }
p { color: rgb(240,177,0); }
H1.HeaderClassName
{
color: #F0B100;
}
.AnyTagClassName
{
color: #F0B100;
}
</style>
background-color css
<style>
a { background-color: #F0B100; }
a { background-color: rgb(240,177,0); }
div.DivClassName
{
background-color: #F0B100;
}
.BgClassName
{
background-color: #F0B100;
}
</style>
border-color css
<style>
span { border-color: #F0B100; }
span { border-color: rgb(240,177,0); }
td.TdClassName
{
border-color: #F0B100;
}
.TagClassName
{
border-color: #F0B100;
}
</style>