Shades of Selective Yellow #FFBA13
Tints of Selective Yellow #FFBA13
RGB
CMYK
RGB Variations
Color information
#FFBA13 (or 0xFFBA13) is known color: Selective Yellow. HEX triplet: FF, BA and 13. RGB value is (255,186,19). Sum of RGB (Red+Green+Blue) = 255+186+19=460 (60% of max value = 765). Red value is 255 (100% from 255 or 55.43% from 460); Green value is 186 (73.05% from 255 or 40.43% from 460); Blue value is 19 (7.81% from 255 or 4.13% from 460); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBA13 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFBA13 is #0045EC. Grayscale: #BCBCBC. Windows color (decimal): -17901 or 1293055. OLE color: 1293055.
HSL color Cylindrical-coordinate representation of color #FFBA13: hue angle of 42.46º 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 #FFBA13 is Cyan = 0, Magento = 0.27, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 186 | 19 | - |
| CMYK | 0 | 0.27 | 0.93 | 0 |
| HSL | 42.46º | 1% | 0.54% | - |
| HSV(B) | 42.46º | 0.93% | 1% | - |
| XYZ | 58.92 | 56.42 | 8.4 | - |
| YUV | 187.59 | 32.86 | 176.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 186 | 19 | 0 | 0.27 | 0.93 | 0 | 42.46 | 1 | 0.54 |
| Hex | FF | BA | 13 | 0 | 1B | 5D | 0 | 2A | 64 | 36 |
| Octal | 377 | 272 | 23 | 0 | 33 | 135 | 0 | 52 | 144 | 66 |
| Binary | 11111111 | 10111010 | 10011 | 0 | 11011 | 1011101 | 0 | 101010 | 1100100 | 110110 |
Color Harmonies of #FFBA13
Complementary color
Monochromatic Colors of #FFBA13
Black with #FFBA13
Text Example
Text Example
White with #FFBA13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBA13; }
p { color: rgb(255,186,19); }
H1.HeaderClassName
{
color: #FFBA13;
}
.AnyTagClassName
{
color: #FFBA13;
}
</style>
background-color css
<style>
a { background-color: #FFBA13; }
a { background-color: rgb(255,186,19); }
div.DivClassName
{
background-color: #FFBA13;
}
.BgClassName
{
background-color: #FFBA13;
}
</style>
border-color css
<style>
span { border-color: #FFBA13; }
span { border-color: rgb(255,186,19); }
td.TdClassName
{
border-color: #FFBA13;
}
.TagClassName
{
border-color: #FFBA13;
}
</style>