Shades of Selective Yellow #F4BA05
Tints of Selective Yellow #F4BA05
RGB
CMYK
RGB Variations
Color information
#F4BA05 (or 0xF4BA05) is known color: Selective Yellow. HEX triplet: F4, BA and 05. RGB value is (244,186,5). Sum of RGB (Red+Green+Blue) = 244+186+5=435 (57% of max value = 765). Red value is 244 (95.70% from 255 or 56.09% from 435); Green value is 186 (73.05% from 255 or 42.76% from 435); Blue value is 5 (2.34% from 255 or 1.15% from 435); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BA05 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F4BA05 is #0B45FA. Grayscale: #B7B7B7. Windows color (decimal): -738811 or 375540. OLE color: 375540.
HSL color Cylindrical-coordinate representation of color #F4BA05: hue angle of 45.44º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F4BA05 is Cyan = 0, Magento = 0.24, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 186 | 5 | - |
| CMYK | 0 | 0.24 | 0.98 | 0.04 |
| HSL | 45.44º | 0.96% | 0.49% | - |
| HSV(B) | 45.44º | 0.98% | 0.96% | - |
| XYZ | 54.89 | 54.36 | 7.74 | - |
| YUV | 182.71 | 27.72 | 171.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 186 | 5 | 0 | 0.24 | 0.98 | 0.04 | 45.44 | 0.96 | 0.49 |
| Hex | F4 | BA | 5 | 0 | 18 | 62 | 4 | 2D | 60 | 31 |
| Octal | 364 | 272 | 5 | 0 | 30 | 142 | 4 | 55 | 140 | 61 |
| Binary | 11110100 | 10111010 | 101 | 0 | 11000 | 1100010 | 100 | 101101 | 1100000 | 110001 |
Color Harmonies of #F4BA05
Complementary color
Monochromatic Colors of #F4BA05
Black with #F4BA05
Text Example
Text Example
White with #F4BA05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4BA05; }
p { color: rgb(244,186,5); }
H1.HeaderClassName
{
color: #F4BA05;
}
.AnyTagClassName
{
color: #F4BA05;
}
</style>
background-color css
<style>
a { background-color: #F4BA05; }
a { background-color: rgb(244,186,5); }
div.DivClassName
{
background-color: #F4BA05;
}
.BgClassName
{
background-color: #F4BA05;
}
</style>
border-color css
<style>
span { border-color: #F4BA05; }
span { border-color: rgb(244,186,5); }
td.TdClassName
{
border-color: #F4BA05;
}
.TagClassName
{
border-color: #F4BA05;
}
</style>