Shades of Selective Yellow #FFBA00
Tints of Selective Yellow #FFBA00
RGB
CMYK
RGB Variations
Color information
#FFBA00 (or 0xFFBA00) is known color: Selective Yellow. HEX triplet: FF, BA and 00. RGB value is (255,186,0). Sum of RGB (Red+Green+Blue) = 255+186+0=441 (58% of max value = 765). Red value is 255 (100% from 255 or 57.82% from 441); Green value is 186 (73.05% from 255 or 42.18% from 441); Blue value is 0 (0.39% from 255 or 0% from 441); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBA00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFBA00 is #0045FF. Grayscale: #BABABA. Windows color (decimal): -17920 or 47871. OLE color: 47871.
HSL color Cylindrical-coordinate representation of color #FFBA00: hue angle of 43.76º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FFBA00 is Cyan = 0, Magento = 0.27, Yellow = 1 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 186 | 0 | - |
| CMYK | 0 | 0.27 | 1 | 0 |
| HSL | 43.76º | 1% | 0.5% | - |
| HSV(B) | 43.76º | 1% | 1% | - |
| XYZ | 58.8 | 56.38 | 7.78 | - |
| YUV | 185.43 | 23.36 | 177.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 186 | 0 | 0 | 0.27 | 1 | 0 | 43.76 | 1 | 0.5 |
| Hex | FF | BA | 0 | 0 | 1B | 64 | 0 | 2C | 64 | 32 |
| Octal | 377 | 272 | 0 | 0 | 33 | 144 | 0 | 54 | 144 | 62 |
| Binary | 11111111 | 10111010 | 0 | 0 | 11011 | 1100100 | 0 | 101100 | 1100100 | 110010 |
Color Harmonies of #FFBA00
Complementary color
Monochromatic Colors of #FFBA00
Black with #FFBA00
Text Example
Text Example
White with #FFBA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBA00; }
p { color: rgb(255,186,0); }
H1.HeaderClassName
{
color: #FFBA00;
}
.AnyTagClassName
{
color: #FFBA00;
}
</style>
background-color css
<style>
a { background-color: #FFBA00; }
a { background-color: rgb(255,186,0); }
div.DivClassName
{
background-color: #FFBA00;
}
.BgClassName
{
background-color: #FFBA00;
}
</style>
border-color css
<style>
span { border-color: #FFBA00; }
span { border-color: rgb(255,186,0); }
td.TdClassName
{
border-color: #FFBA00;
}
.TagClassName
{
border-color: #FFBA00;
}
</style>