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