Shades of Selective Yellow #FEBA0E
Tints of Selective Yellow #FEBA0E
RGB
CMYK
RGB Variations
Color information
#FEBA0E (or 0xFEBA0E) is known color: Selective Yellow. HEX triplet: FE, BA and 0E. RGB value is (254,186,14). Sum of RGB (Red+Green+Blue) = 254+186+14=454 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.95% from 454); Green value is 186 (73.05% from 255 or 40.97% from 454); Blue value is 14 (5.86% from 255 or 3.08% from 454); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBA0E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEBA0E is #0145F1. Grayscale: #BBBBBB. Windows color (decimal): -83442 or 965374. OLE color: 965374.
HSL color Cylindrical-coordinate representation of color #FEBA0E: hue angle of 43º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FEBA0E is Cyan = 0, Magento = 0.27, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 186 | 14 | - |
| CMYK | 0 | 0.27 | 0.94 | 0.00 |
| HSL | 43º | 0.99% | 0.53% | - |
| HSV(B) | 43º | 0.94% | 1% | - |
| XYZ | 58.51 | 56.22 | 8.18 | - |
| YUV | 186.72 | 30.53 | 175.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 186 | 14 | 0 | 0.27 | 0.94 | 0.00 | 43 | 0.99 | 0.53 |
| Hex | FE | BA | E | 0 | 1B | 5E | 0 | 2B | 63 | 35 |
| Octal | 376 | 272 | 16 | 0 | 33 | 136 | 0 | 53 | 143 | 65 |
| Binary | 11111110 | 10111010 | 1110 | 0 | 11011 | 1011110 | 0 | 101011 | 1100011 | 110101 |
Color Harmonies of #FEBA0E
Complementary color
Monochromatic Colors of #FEBA0E
Black with #FEBA0E
Text Example
Text Example
White with #FEBA0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBA0E; }
p { color: rgb(254,186,14); }
H1.HeaderClassName
{
color: #FEBA0E;
}
.AnyTagClassName
{
color: #FEBA0E;
}
</style>
background-color css
<style>
a { background-color: #FEBA0E; }
a { background-color: rgb(254,186,14); }
div.DivClassName
{
background-color: #FEBA0E;
}
.BgClassName
{
background-color: #FEBA0E;
}
</style>
border-color css
<style>
span { border-color: #FEBA0E; }
span { border-color: rgb(254,186,14); }
td.TdClassName
{
border-color: #FEBA0E;
}
.TagClassName
{
border-color: #FEBA0E;
}
</style>