Shades of Selective Yellow #FEBA11
Tints of Selective Yellow #FEBA11
RGB
CMYK
RGB Variations
Color information
#FEBA11 (or 0xFEBA11) is known color: Selective Yellow. HEX triplet: FE, BA and 11. RGB value is (254,186,17). Sum of RGB (Red+Green+Blue) = 254+186+17=457 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.58% from 457); Green value is 186 (73.05% from 255 or 40.70% from 457); Blue value is 17 (7.03% from 255 or 3.72% from 457); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBA11 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEBA11 is #0145EE. Grayscale: #BBBBBB. Windows color (decimal): -83439 or 1161982. OLE color: 1161982.
HSL color Cylindrical-coordinate representation of color #FEBA11: hue angle of 42.78º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FEBA11 is Cyan = 0, Magento = 0.27, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 186 | 17 | - |
| CMYK | 0 | 0.27 | 0.93 | 0.00 |
| HSL | 42.78º | 0.99% | 0.53% | - |
| HSV(B) | 42.78º | 0.93% | 1% | - |
| XYZ | 58.53 | 56.23 | 8.3 | - |
| YUV | 187.07 | 32.03 | 175.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 186 | 17 | 0 | 0.27 | 0.93 | 0.00 | 42.78 | 0.99 | 0.53 |
| Hex | FE | BA | 11 | 0 | 1B | 5D | 0 | 2B | 63 | 35 |
| Octal | 376 | 272 | 21 | 0 | 33 | 135 | 0 | 53 | 143 | 65 |
| Binary | 11111110 | 10111010 | 10001 | 0 | 11011 | 1011101 | 0 | 101011 | 1100011 | 110101 |
Color Harmonies of #FEBA11
Complementary color
Monochromatic Colors of #FEBA11
Black with #FEBA11
Text Example
Text Example
White with #FEBA11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBA11; }
p { color: rgb(254,186,17); }
H1.HeaderClassName
{
color: #FEBA11;
}
.AnyTagClassName
{
color: #FEBA11;
}
</style>
background-color css
<style>
a { background-color: #FEBA11; }
a { background-color: rgb(254,186,17); }
div.DivClassName
{
background-color: #FEBA11;
}
.BgClassName
{
background-color: #FEBA11;
}
</style>
border-color css
<style>
span { border-color: #FEBA11; }
span { border-color: rgb(254,186,17); }
td.TdClassName
{
border-color: #FEBA11;
}
.TagClassName
{
border-color: #FEBA11;
}
</style>