Shades of Selective Yellow #F0B400
Tints of Selective Yellow #F0B400
RGB
CMYK
RGB Variations
Color information
#F0B400 (or 0xF0B400) is known color: Selective Yellow. HEX triplet: F0, B4 and 00. RGB value is (240,180,0). Sum of RGB (Red+Green+Blue) = 240+180+0=420 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.14% from 420); Green value is 180 (70.70% from 255 or 42.86% from 420); Blue value is 0 (0.39% from 255 or 0% from 420); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B400 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0B400 is #0F4BFF. Grayscale: #B2B2B2. Windows color (decimal): -1002496 or 46320. OLE color: 46320.
HSL color Cylindrical-coordinate representation of color #F0B400: hue angle of 45º 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 #F0B400 is Cyan = 0, Magento = 0.25, Yellow = 1 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 180 | 0 | - |
| CMYK | 0 | 0.25 | 1 | 0.06 |
| HSL | 45º | 1% | 0.47% | - |
| HSV(B) | 45º | 1% | 0.94% | - |
| XYZ | 52.26 | 51.17 | 7.12 | - |
| YUV | 177.42 | 27.88 | 172.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 180 | 0 | 0 | 0.25 | 1 | 0.06 | 45 | 1 | 0.47 |
| Hex | F0 | B4 | 0 | 0 | 19 | 64 | 6 | 2D | 64 | 2F |
| Octal | 360 | 264 | 0 | 0 | 31 | 144 | 6 | 55 | 144 | 57 |
| Binary | 11110000 | 10110100 | 0 | 0 | 11001 | 1100100 | 110 | 101101 | 1100100 | 101111 |
Color Harmonies of #F0B400
Complementary color
Monochromatic Colors of #F0B400
Black with #F0B400
Text Example
Text Example
White with #F0B400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B400; }
p { color: rgb(240,180,0); }
H1.HeaderClassName
{
color: #F0B400;
}
.AnyTagClassName
{
color: #F0B400;
}
</style>
background-color css
<style>
a { background-color: #F0B400; }
a { background-color: rgb(240,180,0); }
div.DivClassName
{
background-color: #F0B400;
}
.BgClassName
{
background-color: #F0B400;
}
</style>
border-color css
<style>
span { border-color: #F0B400; }
span { border-color: rgb(240,180,0); }
td.TdClassName
{
border-color: #F0B400;
}
.TagClassName
{
border-color: #F0B400;
}
</style>