Shades of Selective Yellow #FFBA06
Tints of Selective Yellow #FFBA06
RGB
CMYK
RGB Variations
Color information
#FFBA06 (or 0xFFBA06) is known color: Selective Yellow. HEX triplet: FF, BA and 06. RGB value is (255,186,6). Sum of RGB (Red+Green+Blue) = 255+186+6=447 (59% of max value = 765). Red value is 255 (100% from 255 or 57.05% from 447); Green value is 186 (73.05% from 255 or 41.61% from 447); Blue value is 6 (2.73% from 255 or 1.34% from 447); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBA06 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFBA06 is #0045F9. Grayscale: #BABABA. Windows color (decimal): -17914 or 441087. OLE color: 441087.
HSL color Cylindrical-coordinate representation of color #FFBA06: hue angle of 43.37º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FFBA06 is Cyan = 0, Magento = 0.27, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 186 | 6 | - |
| CMYK | 0 | 0.27 | 0.98 | 0 |
| HSL | 43.37º | 1% | 0.51% | - |
| HSV(B) | 43.37º | 0.98% | 1% | - |
| XYZ | 58.83 | 56.39 | 7.96 | - |
| YUV | 186.11 | 26.36 | 177.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 186 | 6 | 0 | 0.27 | 0.98 | 0 | 43.37 | 1 | 0.51 |
| Hex | FF | BA | 6 | 0 | 1B | 62 | 0 | 2B | 64 | 33 |
| Octal | 377 | 272 | 6 | 0 | 33 | 142 | 0 | 53 | 144 | 63 |
| Binary | 11111111 | 10111010 | 110 | 0 | 11011 | 1100010 | 0 | 101011 | 1100100 | 110011 |
Color Harmonies of #FFBA06
Complementary color
Monochromatic Colors of #FFBA06
Black with #FFBA06
Text Example
Text Example
White with #FFBA06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBA06; }
p { color: rgb(255,186,6); }
H1.HeaderClassName
{
color: #FFBA06;
}
.AnyTagClassName
{
color: #FFBA06;
}
</style>
background-color css
<style>
a { background-color: #FFBA06; }
a { background-color: rgb(255,186,6); }
div.DivClassName
{
background-color: #FFBA06;
}
.BgClassName
{
background-color: #FFBA06;
}
</style>
border-color css
<style>
span { border-color: #FFBA06; }
span { border-color: rgb(255,186,6); }
td.TdClassName
{
border-color: #FFBA06;
}
.TagClassName
{
border-color: #FFBA06;
}
</style>