Shades of Selective Yellow #F4B301
Tints of Selective Yellow #F4B301
RGB
CMYK
RGB Variations
Color information
#F4B301 (or 0xF4B301) is known color: Selective Yellow. HEX triplet: F4, B3 and 01. RGB value is (244,179,1). Sum of RGB (Red+Green+Blue) = 244+179+1=424 (56% of max value = 765). Red value is 244 (95.70% from 255 or 57.55% from 424); Green value is 179 (70.31% from 255 or 42.22% from 424); Blue value is 1 (0.78% from 255 or 0.24% from 424); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B301 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F4B301 is #0B4CFE. Grayscale: #B2B2B2. Windows color (decimal): -740607 or 111604. OLE color: 111604.
HSL color Cylindrical-coordinate representation of color #F4B301: hue angle of 43.95º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F4B301 is Cyan = 0, Magento = 0.27, Yellow = 1.00 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 179 | 1 | - |
| CMYK | 0 | 0.27 | 1.00 | 0.04 |
| HSL | 43.95º | 0.99% | 0.48% | - |
| HSV(B) | 43.95º | 1% | 0.96% | - |
| XYZ | 53.43 | 51.48 | 7.15 | - |
| YUV | 178.14 | 28.03 | 174.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 179 | 1 | 0 | 0.27 | 1.00 | 0.04 | 43.95 | 0.99 | 0.48 |
| Hex | F4 | B3 | 1 | 0 | 1B | 64 | 4 | 2C | 63 | 30 |
| Octal | 364 | 263 | 1 | 0 | 33 | 144 | 4 | 54 | 143 | 60 |
| Binary | 11110100 | 10110011 | 1 | 0 | 11011 | 1100100 | 100 | 101100 | 1100011 | 110000 |
Color Harmonies of #F4B301
Complementary color
Monochromatic Colors of #F4B301
Black with #F4B301
Text Example
Text Example
White with #F4B301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4B301; }
p { color: rgb(244,179,1); }
H1.HeaderClassName
{
color: #F4B301;
}
.AnyTagClassName
{
color: #F4B301;
}
</style>
background-color css
<style>
a { background-color: #F4B301; }
a { background-color: rgb(244,179,1); }
div.DivClassName
{
background-color: #F4B301;
}
.BgClassName
{
background-color: #F4B301;
}
</style>
border-color css
<style>
span { border-color: #F4B301; }
span { border-color: rgb(244,179,1); }
td.TdClassName
{
border-color: #F4B301;
}
.TagClassName
{
border-color: #F4B301;
}
</style>