Shades of Selective Yellow #FFBA05
Tints of Selective Yellow #FFBA05
RGB
CMYK
RGB Variations
Color information
#FFBA05 (or 0xFFBA05) is known color: Selective Yellow. HEX triplet: FF, BA and 05. RGB value is (255,186,5). Sum of RGB (Red+Green+Blue) = 255+186+5=446 (59% of max value = 765). Red value is 255 (100% from 255 or 57.17% from 446); Green value is 186 (73.05% from 255 or 41.70% from 446); Blue value is 5 (2.34% from 255 or 1.12% from 446); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBA05 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFBA05 is #0045FA. Grayscale: #BABABA. Windows color (decimal): -17915 or 375551. OLE color: 375551.
HSL color Cylindrical-coordinate representation of color #FFBA05: hue angle of 43.44º 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 #FFBA05 is Cyan = 0, Magento = 0.27, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 186 | 5 | - |
| CMYK | 0 | 0.27 | 0.98 | 0 |
| HSL | 43.44º | 1% | 0.51% | - |
| HSV(B) | 43.44º | 0.98% | 1% | - |
| XYZ | 58.83 | 56.39 | 7.93 | - |
| YUV | 186 | 25.86 | 177.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 186 | 5 | 0 | 0.27 | 0.98 | 0 | 43.44 | 1 | 0.51 |
| Hex | FF | BA | 5 | 0 | 1B | 62 | 0 | 2B | 64 | 33 |
| Octal | 377 | 272 | 5 | 0 | 33 | 142 | 0 | 53 | 144 | 63 |
| Binary | 11111111 | 10111010 | 101 | 0 | 11011 | 1100010 | 0 | 101011 | 1100100 | 110011 |
Color Harmonies of #FFBA05
Complementary color
Monochromatic Colors of #FFBA05
Black with #FFBA05
Text Example
Text Example
White with #FFBA05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBA05; }
p { color: rgb(255,186,5); }
H1.HeaderClassName
{
color: #FFBA05;
}
.AnyTagClassName
{
color: #FFBA05;
}
</style>
background-color css
<style>
a { background-color: #FFBA05; }
a { background-color: rgb(255,186,5); }
div.DivClassName
{
background-color: #FFBA05;
}
.BgClassName
{
background-color: #FFBA05;
}
</style>
border-color css
<style>
span { border-color: #FFBA05; }
span { border-color: rgb(255,186,5); }
td.TdClassName
{
border-color: #FFBA05;
}
.TagClassName
{
border-color: #FFBA05;
}
</style>