Shades of Selective Yellow #F6BA05
Tints of Selective Yellow #F6BA05
RGB
CMYK
RGB Variations
Color information
#F6BA05 (or 0xF6BA05) is known color: Selective Yellow. HEX triplet: F6, BA and 05. RGB value is (246,186,5). Sum of RGB (Red+Green+Blue) = 246+186+5=437 (57% of max value = 765). Red value is 246 (96.48% from 255 or 56.29% from 437); Green value is 186 (73.05% from 255 or 42.56% from 437); Blue value is 5 (2.34% from 255 or 1.14% from 437); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BA05 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F6BA05 is #0945FA. Grayscale: #B8B8B8. Windows color (decimal): -607739 or 375542. OLE color: 375542.
HSL color Cylindrical-coordinate representation of color #F6BA05: hue angle of 45.06º 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 #F6BA05 is Cyan = 0, Magento = 0.24, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 186 | 5 | - |
| CMYK | 0 | 0.24 | 0.98 | 0.04 |
| HSL | 45.06º | 0.96% | 0.49% | - |
| HSV(B) | 45.06º | 0.98% | 0.96% | - |
| XYZ | 55.59 | 54.72 | 7.78 | - |
| YUV | 183.31 | 27.38 | 172.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 186 | 5 | 0 | 0.24 | 0.98 | 0.04 | 45.06 | 0.96 | 0.49 |
| Hex | F6 | BA | 5 | 0 | 18 | 62 | 4 | 2D | 60 | 31 |
| Octal | 366 | 272 | 5 | 0 | 30 | 142 | 4 | 55 | 140 | 61 |
| Binary | 11110110 | 10111010 | 101 | 0 | 11000 | 1100010 | 100 | 101101 | 1100000 | 110001 |
Color Harmonies of #F6BA05
Complementary color
Monochromatic Colors of #F6BA05
Black with #F6BA05
Text Example
Text Example
White with #F6BA05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6BA05; }
p { color: rgb(246,186,5); }
H1.HeaderClassName
{
color: #F6BA05;
}
.AnyTagClassName
{
color: #F6BA05;
}
</style>
background-color css
<style>
a { background-color: #F6BA05; }
a { background-color: rgb(246,186,5); }
div.DivClassName
{
background-color: #F6BA05;
}
.BgClassName
{
background-color: #F6BA05;
}
</style>
border-color css
<style>
span { border-color: #F6BA05; }
span { border-color: rgb(246,186,5); }
td.TdClassName
{
border-color: #F6BA05;
}
.TagClassName
{
border-color: #F6BA05;
}
</style>