Shades of Selective Yellow #FEBA12
Tints of Selective Yellow #FEBA12
RGB
CMYK
RGB Variations
Color information
#FEBA12 (or 0xFEBA12) is known color: Selective Yellow. HEX triplet: FE, BA and 12. RGB value is (254,186,18). Sum of RGB (Red+Green+Blue) = 254+186+18=458 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.46% from 458); Green value is 186 (73.05% from 255 or 40.61% from 458); Blue value is 18 (7.42% from 255 or 3.93% from 458); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBA12 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEBA12 is #0145ED. Grayscale: #BBBBBB. Windows color (decimal): -83438 or 1227518. OLE color: 1227518.
HSL color Cylindrical-coordinate representation of color #FEBA12: hue angle of 42.71º 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 #FEBA12 is Cyan = 0, Magento = 0.27, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 186 | 18 | - |
| CMYK | 0 | 0.27 | 0.93 | 0.00 |
| HSL | 42.71º | 0.99% | 0.53% | - |
| HSV(B) | 42.71º | 0.93% | 1% | - |
| XYZ | 58.54 | 56.23 | 8.34 | - |
| YUV | 187.18 | 32.53 | 175.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 186 | 18 | 0 | 0.27 | 0.93 | 0.00 | 42.71 | 0.99 | 0.53 |
| Hex | FE | BA | 12 | 0 | 1B | 5D | 0 | 2B | 63 | 35 |
| Octal | 376 | 272 | 22 | 0 | 33 | 135 | 0 | 53 | 143 | 65 |
| Binary | 11111110 | 10111010 | 10010 | 0 | 11011 | 1011101 | 0 | 101011 | 1100011 | 110101 |
Color Harmonies of #FEBA12
Complementary color
Monochromatic Colors of #FEBA12
Black with #FEBA12
Text Example
Text Example
White with #FEBA12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBA12; }
p { color: rgb(254,186,18); }
H1.HeaderClassName
{
color: #FEBA12;
}
.AnyTagClassName
{
color: #FEBA12;
}
</style>
background-color css
<style>
a { background-color: #FEBA12; }
a { background-color: rgb(254,186,18); }
div.DivClassName
{
background-color: #FEBA12;
}
.BgClassName
{
background-color: #FEBA12;
}
</style>
border-color css
<style>
span { border-color: #FEBA12; }
span { border-color: rgb(254,186,18); }
td.TdClassName
{
border-color: #FEBA12;
}
.TagClassName
{
border-color: #FEBA12;
}
</style>