Shades of Selective Yellow #FFBA10
Tints of Selective Yellow #FFBA10
RGB
CMYK
RGB Variations
Color information
#FFBA10 (or 0xFFBA10) is known color: Selective Yellow. HEX triplet: FF, BA and 10. RGB value is (255,186,16). Sum of RGB (Red+Green+Blue) = 255+186+16=457 (60% of max value = 765). Red value is 255 (100% from 255 or 55.80% from 457); Green value is 186 (73.05% from 255 or 40.70% from 457); Blue value is 16 (6.64% from 255 or 3.50% from 457); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBA10 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFBA10 is #0045EF. Grayscale: #BCBCBC. Windows color (decimal): -17904 or 1096447. OLE color: 1096447.
HSL color Cylindrical-coordinate representation of color #FFBA10: hue angle of 42.68º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FFBA10 is Cyan = 0, Magento = 0.27, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 186 | 16 | - |
| CMYK | 0 | 0.27 | 0.94 | 0 |
| HSL | 42.68º | 1% | 0.53% | - |
| HSV(B) | 42.68º | 0.94% | 1% | - |
| XYZ | 58.89 | 56.42 | 8.28 | - |
| YUV | 187.25 | 31.36 | 176.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 186 | 16 | 0 | 0.27 | 0.94 | 0 | 42.68 | 1 | 0.53 |
| Hex | FF | BA | 10 | 0 | 1B | 5E | 0 | 2B | 64 | 35 |
| Octal | 377 | 272 | 20 | 0 | 33 | 136 | 0 | 53 | 144 | 65 |
| Binary | 11111111 | 10111010 | 10000 | 0 | 11011 | 1011110 | 0 | 101011 | 1100100 | 110101 |
Color Harmonies of #FFBA10
Complementary color
Monochromatic Colors of #FFBA10
Black with #FFBA10
Text Example
Text Example
White with #FFBA10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBA10; }
p { color: rgb(255,186,16); }
H1.HeaderClassName
{
color: #FFBA10;
}
.AnyTagClassName
{
color: #FFBA10;
}
</style>
background-color css
<style>
a { background-color: #FFBA10; }
a { background-color: rgb(255,186,16); }
div.DivClassName
{
background-color: #FFBA10;
}
.BgClassName
{
background-color: #FFBA10;
}
</style>
border-color css
<style>
span { border-color: #FFBA10; }
span { border-color: rgb(255,186,16); }
td.TdClassName
{
border-color: #FFBA10;
}
.TagClassName
{
border-color: #FFBA10;
}
</style>