Shades of Selective Yellow #F4B500
Tints of Selective Yellow #F4B500
RGB
CMYK
RGB Variations
Color information
#F4B500 (or 0xF4B500) is known color: Selective Yellow. HEX triplet: F4, B5 and 00. RGB value is (244,181,0). Sum of RGB (Red+Green+Blue) = 244+181+0=425 (56% of max value = 765). Red value is 244 (95.70% from 255 or 57.41% from 425); Green value is 181 (71.09% from 255 or 42.59% from 425); Blue value is 0 (0.39% from 255 or 0% from 425); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B500 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F4B500 is #0B4AFF. Grayscale: #B3B3B3. Windows color (decimal): -740096 or 46580. OLE color: 46580.
HSL color Cylindrical-coordinate representation of color #F4B500: hue angle of 44.51º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F4B500 is Cyan = 0, Magento = 0.26, Yellow = 1 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 181 | 0 | - |
| CMYK | 0 | 0.26 | 1 | 0.04 |
| HSL | 44.51º | 1% | 0.48% | - |
| HSV(B) | 44.51º | 1% | 0.96% | - |
| XYZ | 53.83 | 52.28 | 7.25 | - |
| YUV | 179.2 | 26.87 | 174.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 181 | 0 | 0 | 0.26 | 1 | 0.04 | 44.51 | 1 | 0.48 |
| Hex | F4 | B5 | 0 | 0 | 1A | 64 | 4 | 2D | 64 | 30 |
| Octal | 364 | 265 | 0 | 0 | 32 | 144 | 4 | 55 | 144 | 60 |
| Binary | 11110100 | 10110101 | 0 | 0 | 11010 | 1100100 | 100 | 101101 | 1100100 | 110000 |
Color Harmonies of #F4B500
Complementary color
Monochromatic Colors of #F4B500
Black with #F4B500
Text Example
Text Example
White with #F4B500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4B500; }
p { color: rgb(244,181,0); }
H1.HeaderClassName
{
color: #F4B500;
}
.AnyTagClassName
{
color: #F4B500;
}
</style>
background-color css
<style>
a { background-color: #F4B500; }
a { background-color: rgb(244,181,0); }
div.DivClassName
{
background-color: #F4B500;
}
.BgClassName
{
background-color: #F4B500;
}
</style>
border-color css
<style>
span { border-color: #F4B500; }
span { border-color: rgb(244,181,0); }
td.TdClassName
{
border-color: #F4B500;
}
.TagClassName
{
border-color: #F4B500;
}
</style>