Shades of Selective Yellow #FEB801
Tints of Selective Yellow #FEB801
RGB
CMYK
RGB Variations
Color information
#FEB801 (or 0xFEB801) is known color: Selective Yellow. HEX triplet: FE, B8 and 01. RGB value is (254,184,1). Sum of RGB (Red+Green+Blue) = 254+184+1=439 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.86% from 439); Green value is 184 (72.27% from 255 or 41.91% from 439); Blue value is 1 (0.78% from 255 or 0.23% from 439); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB801 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEB801 is #0147FE. Grayscale: #B8B8B8. Windows color (decimal): -83967 or 112894. OLE color: 112894.
HSL color Cylindrical-coordinate representation of color #FEB801: hue angle of 43.4º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FEB801 is Cyan = 0, Magento = 0.28, Yellow = 1.00 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 184 | 1 | - |
| CMYK | 0 | 0.28 | 1.00 | 0.00 |
| HSL | 43.4º | 0.99% | 0.5% | - |
| HSV(B) | 43.4º | 1% | 1% | - |
| XYZ | 58.02 | 55.35 | 7.66 | - |
| YUV | 184.07 | 24.69 | 177.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 184 | 1 | 0 | 0.28 | 1.00 | 0.00 | 43.4 | 0.99 | 0.5 |
| Hex | FE | B8 | 1 | 0 | 1C | 64 | 0 | 2B | 63 | 32 |
| Octal | 376 | 270 | 1 | 0 | 34 | 144 | 0 | 53 | 143 | 62 |
| Binary | 11111110 | 10111000 | 1 | 0 | 11100 | 1100100 | 0 | 101011 | 1100011 | 110010 |
Color Harmonies of #FEB801
Complementary color
Monochromatic Colors of #FEB801
Black with #FEB801
Text Example
Text Example
White with #FEB801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB801; }
p { color: rgb(254,184,1); }
H1.HeaderClassName
{
color: #FEB801;
}
.AnyTagClassName
{
color: #FEB801;
}
</style>
background-color css
<style>
a { background-color: #FEB801; }
a { background-color: rgb(254,184,1); }
div.DivClassName
{
background-color: #FEB801;
}
.BgClassName
{
background-color: #FEB801;
}
</style>
border-color css
<style>
span { border-color: #FEB801; }
span { border-color: rgb(254,184,1); }
td.TdClassName
{
border-color: #FEB801;
}
.TagClassName
{
border-color: #FEB801;
}
</style>