Shades of Selective Yellow #FEB810
Tints of Selective Yellow #FEB810
RGB
CMYK
RGB Variations
Color information
#FEB810 (or 0xFEB810) is known color: Selective Yellow. HEX triplet: FE, B8 and 10. RGB value is (254,184,16). Sum of RGB (Red+Green+Blue) = 254+184+16=454 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.95% from 454); Green value is 184 (72.27% from 255 or 40.53% from 454); Blue value is 16 (6.64% from 255 or 3.52% from 454); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB810 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEB810 is #0147EF. Grayscale: #BABABA. Windows color (decimal): -83952 or 1095934. OLE color: 1095934.
HSL color Cylindrical-coordinate representation of color #FEB810: hue angle of 42.35º 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 #FEB810 is Cyan = 0, Magento = 0.28, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 184 | 16 | - |
| CMYK | 0 | 0.28 | 0.94 | 0.00 |
| HSL | 42.35º | 0.99% | 0.53% | - |
| HSV(B) | 42.35º | 0.94% | 1% | - |
| XYZ | 58.11 | 55.39 | 8.12 | - |
| YUV | 185.78 | 32.19 | 176.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 184 | 16 | 0 | 0.28 | 0.94 | 0.00 | 42.35 | 0.99 | 0.53 |
| Hex | FE | B8 | 10 | 0 | 1C | 5E | 0 | 2A | 63 | 35 |
| Octal | 376 | 270 | 20 | 0 | 34 | 136 | 0 | 52 | 143 | 65 |
| Binary | 11111110 | 10111000 | 10000 | 0 | 11100 | 1011110 | 0 | 101010 | 1100011 | 110101 |
Color Harmonies of #FEB810
Complementary color
Monochromatic Colors of #FEB810
Black with #FEB810
Text Example
Text Example
White with #FEB810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB810; }
p { color: rgb(254,184,16); }
H1.HeaderClassName
{
color: #FEB810;
}
.AnyTagClassName
{
color: #FEB810;
}
</style>
background-color css
<style>
a { background-color: #FEB810; }
a { background-color: rgb(254,184,16); }
div.DivClassName
{
background-color: #FEB810;
}
.BgClassName
{
background-color: #FEB810;
}
</style>
border-color css
<style>
span { border-color: #FEB810; }
span { border-color: rgb(254,184,16); }
td.TdClassName
{
border-color: #FEB810;
}
.TagClassName
{
border-color: #FEB810;
}
</style>