Shades of Selective Yellow #FEB80E
Tints of Selective Yellow #FEB80E
RGB
CMYK
RGB Variations
Color information
#FEB80E (or 0xFEB80E) is known color: Selective Yellow. HEX triplet: FE, B8 and 0E. RGB value is (254,184,14). Sum of RGB (Red+Green+Blue) = 254+184+14=452 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.19% from 452); Green value is 184 (72.27% from 255 or 40.71% from 452); Blue value is 14 (5.86% from 255 or 3.10% from 452); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB80E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEB80E is #0147F1. Grayscale: #BABABA. Windows color (decimal): -83954 or 964862. OLE color: 964862.
HSL color Cylindrical-coordinate representation of color #FEB80E: hue angle of 42.5º 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 #FEB80E is Cyan = 0, Magento = 0.28, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 184 | 14 | - |
| CMYK | 0 | 0.28 | 0.94 | 0.00 |
| HSL | 42.5º | 0.99% | 0.53% | - |
| HSV(B) | 42.5º | 0.94% | 1% | - |
| XYZ | 58.09 | 55.38 | 8.04 | - |
| YUV | 185.55 | 31.19 | 176.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 184 | 14 | 0 | 0.28 | 0.94 | 0.00 | 42.5 | 0.99 | 0.53 |
| Hex | FE | B8 | E | 0 | 1C | 5E | 0 | 2A | 63 | 35 |
| Octal | 376 | 270 | 16 | 0 | 34 | 136 | 0 | 52 | 143 | 65 |
| Binary | 11111110 | 10111000 | 1110 | 0 | 11100 | 1011110 | 0 | 101010 | 1100011 | 110101 |
Color Harmonies of #FEB80E
Complementary color
Monochromatic Colors of #FEB80E
Black with #FEB80E
Text Example
Text Example
White with #FEB80E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB80E; }
p { color: rgb(254,184,14); }
H1.HeaderClassName
{
color: #FEB80E;
}
.AnyTagClassName
{
color: #FEB80E;
}
</style>
background-color css
<style>
a { background-color: #FEB80E; }
a { background-color: rgb(254,184,14); }
div.DivClassName
{
background-color: #FEB80E;
}
.BgClassName
{
background-color: #FEB80E;
}
</style>
border-color css
<style>
span { border-color: #FEB80E; }
span { border-color: rgb(254,184,14); }
td.TdClassName
{
border-color: #FEB80E;
}
.TagClassName
{
border-color: #FEB80E;
}
</style>