Shades of Selective Yellow #FEB911
Tints of Selective Yellow #FEB911
RGB
CMYK
RGB Variations
Color information
#FEB911 (or 0xFEB911) is known color: Selective Yellow. HEX triplet: FE, B9 and 11. RGB value is (254,185,17). Sum of RGB (Red+Green+Blue) = 254+185+17=456 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.70% from 456); Green value is 185 (72.66% from 255 or 40.57% from 456); Blue value is 17 (7.03% from 255 or 3.73% from 456); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB911 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEB911 is #0146EE. Grayscale: #BBBBBB. Windows color (decimal): -83695 or 1161726. OLE color: 1161726.
HSL color Cylindrical-coordinate representation of color #FEB911: hue angle of 42.53º 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 #FEB911 is Cyan = 0, Magento = 0.27, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 185 | 17 | - |
| CMYK | 0 | 0.27 | 0.93 | 0.00 |
| HSL | 42.53º | 0.99% | 0.53% | - |
| HSV(B) | 42.53º | 0.93% | 1% | - |
| XYZ | 58.32 | 55.81 | 8.23 | - |
| YUV | 186.48 | 32.36 | 176.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 185 | 17 | 0 | 0.27 | 0.93 | 0.00 | 42.53 | 0.99 | 0.53 |
| Hex | FE | B9 | 11 | 0 | 1B | 5D | 0 | 2B | 63 | 35 |
| Octal | 376 | 271 | 21 | 0 | 33 | 135 | 0 | 53 | 143 | 65 |
| Binary | 11111110 | 10111001 | 10001 | 0 | 11011 | 1011101 | 0 | 101011 | 1100011 | 110101 |
Color Harmonies of #FEB911
Complementary color
Monochromatic Colors of #FEB911
Black with #FEB911
Text Example
Text Example
White with #FEB911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB911; }
p { color: rgb(254,185,17); }
H1.HeaderClassName
{
color: #FEB911;
}
.AnyTagClassName
{
color: #FEB911;
}
</style>
background-color css
<style>
a { background-color: #FEB911; }
a { background-color: rgb(254,185,17); }
div.DivClassName
{
background-color: #FEB911;
}
.BgClassName
{
background-color: #FEB911;
}
</style>
border-color css
<style>
span { border-color: #FEB911; }
span { border-color: rgb(254,185,17); }
td.TdClassName
{
border-color: #FEB911;
}
.TagClassName
{
border-color: #FEB911;
}
</style>