Shades of Selective Yellow #FFBA0E
Tints of Selective Yellow #FFBA0E
RGB
CMYK
RGB Variations
Color information
#FFBA0E (or 0xFFBA0E) is known color: Selective Yellow. HEX triplet: FF, BA and 0E. RGB value is (255,186,14). Sum of RGB (Red+Green+Blue) = 255+186+14=455 (60% of max value = 765). Red value is 255 (100% from 255 or 56.04% from 455); Green value is 186 (73.05% from 255 or 40.88% from 455); Blue value is 14 (5.86% from 255 or 3.08% from 455); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBA0E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFBA0E is #0045F1. Grayscale: #BBBBBB. Windows color (decimal): -17906 or 965375. OLE color: 965375.
HSL color Cylindrical-coordinate representation of color #FFBA0E: hue angle of 42.82º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FFBA0E is Cyan = 0, Magento = 0.27, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 186 | 14 | - |
CMYK | 0 | 0.27 | 0.95 | 0 |
HSL | 42.82º | 1% | 0.53% | - |
HSV(B) | 42.82º | 0.95% | 1% | - |
XYZ | 58.88 | 56.41 | 8.2 | - |
YUV | 187.02 | 30.36 | 176.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 186 | 14 | 0 | 0.27 | 0.95 | 0 | 42.82 | 1 | 0.53 |
Hex | FF | BA | E | 0 | 1B | 5F | 0 | 2B | 64 | 35 |
Octal | 377 | 272 | 16 | 0 | 33 | 137 | 0 | 53 | 144 | 65 |
Binary | 11111111 | 10111010 | 1110 | 0 | 11011 | 1011111 | 0 | 101011 | 1100100 | 110101 |
Color Harmonies of #FFBA0E
Complementary color
Monochromatic Colors of #FFBA0E
Black with #FFBA0E
Text Example
Text Example
White with #FFBA0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBA0E; }
p { color: rgb(255,186,14); }
H1.HeaderClassName
{
color: #FFBA0E;
}
.AnyTagClassName
{
color: #FFBA0E;
}
</style>
background-color css
<style>
a { background-color: #FFBA0E; }
a { background-color: rgb(255,186,14); }
div.DivClassName
{
background-color: #FFBA0E;
}
.BgClassName
{
background-color: #FFBA0E;
}
</style>
border-color css
<style>
span { border-color: #FFBA0E; }
span { border-color: rgb(255,186,14); }
td.TdClassName
{
border-color: #FFBA0E;
}
.TagClassName
{
border-color: #FFBA0E;
}
</style>