Shades of Selective Yellow #FFBA12
Tints of Selective Yellow #FFBA12
RGB
CMYK
RGB Variations
Color information
#FFBA12 (or 0xFFBA12) is known color: Selective Yellow. HEX triplet: FF, BA and 12. RGB value is (255,186,18). Sum of RGB (Red+Green+Blue) = 255+186+18=459 (60% of max value = 765). Red value is 255 (100% from 255 or 55.56% from 459); Green value is 186 (73.05% from 255 or 40.52% from 459); Blue value is 18 (7.42% from 255 or 3.92% from 459); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBA12 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFBA12 is #0045ED. Grayscale: #BCBCBC. Windows color (decimal): -17902 or 1227519. OLE color: 1227519.
HSL color Cylindrical-coordinate representation of color #FFBA12: hue angle of 42.53º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FFBA12 is Cyan = 0, Magento = 0.27, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 186 | 18 | - |
| CMYK | 0 | 0.27 | 0.93 | 0 |
| HSL | 42.53º | 1% | 0.54% | - |
| HSV(B) | 42.53º | 0.93% | 1% | - |
| XYZ | 58.91 | 56.42 | 8.36 | - |
| YUV | 187.48 | 32.36 | 176.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 186 | 18 | 0 | 0.27 | 0.93 | 0 | 42.53 | 1 | 0.54 |
| Hex | FF | BA | 12 | 0 | 1B | 5D | 0 | 2B | 64 | 36 |
| Octal | 377 | 272 | 22 | 0 | 33 | 135 | 0 | 53 | 144 | 66 |
| Binary | 11111111 | 10111010 | 10010 | 0 | 11011 | 1011101 | 0 | 101011 | 1100100 | 110110 |
Color Harmonies of #FFBA12
Complementary color
Monochromatic Colors of #FFBA12
Black with #FFBA12
Text Example
Text Example
White with #FFBA12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBA12; }
p { color: rgb(255,186,18); }
H1.HeaderClassName
{
color: #FFBA12;
}
.AnyTagClassName
{
color: #FFBA12;
}
</style>
background-color css
<style>
a { background-color: #FFBA12; }
a { background-color: rgb(255,186,18); }
div.DivClassName
{
background-color: #FFBA12;
}
.BgClassName
{
background-color: #FFBA12;
}
</style>
border-color css
<style>
span { border-color: #FFBA12; }
span { border-color: rgb(255,186,18); }
td.TdClassName
{
border-color: #FFBA12;
}
.TagClassName
{
border-color: #FFBA12;
}
</style>