Shades of Selective Yellow #F4B300
Tints of Selective Yellow #F4B300
RGB
CMYK
RGB Variations
Color information
#F4B300 (or 0xF4B300) is known color: Selective Yellow. HEX triplet: F4, B3 and 00. RGB value is (244,179,0). Sum of RGB (Red+Green+Blue) = 244+179+0=423 (56% of max value = 765). Red value is 244 (95.70% from 255 or 57.68% from 423); Green value is 179 (70.31% from 255 or 42.32% from 423); Blue value is 0 (0.39% from 255 or 0% from 423); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B300 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F4B300 is #0B4CFF. Grayscale: #B2B2B2. Windows color (decimal): -740608 or 46068. OLE color: 46068.
HSL color Cylindrical-coordinate representation of color #F4B300: hue angle of 44.02º 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 #F4B300 is Cyan = 0, Magento = 0.27, Yellow = 1 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 179 | 0 | - |
| CMYK | 0 | 0.27 | 1 | 0.04 |
| HSL | 44.02º | 1% | 0.48% | - |
| HSV(B) | 44.02º | 1% | 0.96% | - |
| XYZ | 53.43 | 51.47 | 7.12 | - |
| YUV | 178.03 | 27.53 | 175.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 179 | 0 | 0 | 0.27 | 1 | 0.04 | 44.02 | 1 | 0.48 |
| Hex | F4 | B3 | 0 | 0 | 1B | 64 | 4 | 2C | 64 | 30 |
| Octal | 364 | 263 | 0 | 0 | 33 | 144 | 4 | 54 | 144 | 60 |
| Binary | 11110100 | 10110011 | 0 | 0 | 11011 | 1100100 | 100 | 101100 | 1100100 | 110000 |
Color Harmonies of #F4B300
Complementary color
Monochromatic Colors of #F4B300
Black with #F4B300
Text Example
Text Example
White with #F4B300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4B300; }
p { color: rgb(244,179,0); }
H1.HeaderClassName
{
color: #F4B300;
}
.AnyTagClassName
{
color: #F4B300;
}
</style>
background-color css
<style>
a { background-color: #F4B300; }
a { background-color: rgb(244,179,0); }
div.DivClassName
{
background-color: #F4B300;
}
.BgClassName
{
background-color: #F4B300;
}
</style>
border-color css
<style>
span { border-color: #F4B300; }
span { border-color: rgb(244,179,0); }
td.TdClassName
{
border-color: #F4B300;
}
.TagClassName
{
border-color: #F4B300;
}
</style>