Shades of Selective Yellow #FEB808
Tints of Selective Yellow #FEB808
RGB
CMYK
RGB Variations
Color information
#FEB808 (or 0xFEB808) is known color: Selective Yellow. HEX triplet: FE, B8 and 08. RGB value is (254,184,8). Sum of RGB (Red+Green+Blue) = 254+184+8=446 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.95% from 446); Green value is 184 (72.27% from 255 or 41.26% from 446); Blue value is 8 (3.52% from 255 or 1.79% from 446); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB808 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEB808 is #0147F7. Grayscale: #B9B9B9. Windows color (decimal): -83960 or 571646. OLE color: 571646.
HSL color Cylindrical-coordinate representation of color #FEB808: hue angle of 42.93º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FEB808 is Cyan = 0, Magento = 0.28, Yellow = 0.97 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 184 | 8 | - |
| CMYK | 0 | 0.28 | 0.97 | 0.00 |
| HSL | 42.93º | 0.99% | 0.51% | - |
| HSV(B) | 42.93º | 0.97% | 1% | - |
| XYZ | 58.06 | 55.37 | 7.86 | - |
| YUV | 184.87 | 28.19 | 177.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 184 | 8 | 0 | 0.28 | 0.97 | 0.00 | 42.93 | 0.99 | 0.51 |
| Hex | FE | B8 | 8 | 0 | 1C | 61 | 0 | 2B | 63 | 33 |
| Octal | 376 | 270 | 10 | 0 | 34 | 141 | 0 | 53 | 143 | 63 |
| Binary | 11111110 | 10111000 | 1000 | 0 | 11100 | 1100001 | 0 | 101011 | 1100011 | 110011 |
Color Harmonies of #FEB808
Complementary color
Monochromatic Colors of #FEB808
Black with #FEB808
Text Example
Text Example
White with #FEB808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB808; }
p { color: rgb(254,184,8); }
H1.HeaderClassName
{
color: #FEB808;
}
.AnyTagClassName
{
color: #FEB808;
}
</style>
background-color css
<style>
a { background-color: #FEB808; }
a { background-color: rgb(254,184,8); }
div.DivClassName
{
background-color: #FEB808;
}
.BgClassName
{
background-color: #FEB808;
}
</style>
border-color css
<style>
span { border-color: #FEB808; }
span { border-color: rgb(254,184,8); }
td.TdClassName
{
border-color: #FEB808;
}
.TagClassName
{
border-color: #FEB808;
}
</style>