Shades of Selective Yellow #FEB806
Tints of Selective Yellow #FEB806
RGB
CMYK
RGB Variations
Color information
#FEB806 (or 0xFEB806) is known color: Selective Yellow. HEX triplet: FE, B8 and 06. RGB value is (254,184,6). Sum of RGB (Red+Green+Blue) = 254+184+6=444 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.21% from 444); Green value is 184 (72.27% from 255 or 41.44% from 444); Blue value is 6 (2.73% from 255 or 1.35% from 444); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB806 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEB806 is #0147F9. Grayscale: #B9B9B9. Windows color (decimal): -83962 or 440574. OLE color: 440574.
HSL color Cylindrical-coordinate representation of color #FEB806: hue angle of 43.06º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FEB806 is Cyan = 0, Magento = 0.28, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 184 | 6 | - |
| CMYK | 0 | 0.28 | 0.98 | 0.00 |
| HSL | 43.06º | 0.99% | 0.51% | - |
| HSV(B) | 43.06º | 0.98% | 1% | - |
| XYZ | 58.05 | 55.36 | 7.8 | - |
| YUV | 184.64 | 27.19 | 177.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 184 | 6 | 0 | 0.28 | 0.98 | 0.00 | 43.06 | 0.99 | 0.51 |
| Hex | FE | B8 | 6 | 0 | 1C | 62 | 0 | 2B | 63 | 33 |
| Octal | 376 | 270 | 6 | 0 | 34 | 142 | 0 | 53 | 143 | 63 |
| Binary | 11111110 | 10111000 | 110 | 0 | 11100 | 1100010 | 0 | 101011 | 1100011 | 110011 |
Color Harmonies of #FEB806
Complementary color
Monochromatic Colors of #FEB806
Black with #FEB806
Text Example
Text Example
White with #FEB806
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB806; }
p { color: rgb(254,184,6); }
H1.HeaderClassName
{
color: #FEB806;
}
.AnyTagClassName
{
color: #FEB806;
}
</style>
background-color css
<style>
a { background-color: #FEB806; }
a { background-color: rgb(254,184,6); }
div.DivClassName
{
background-color: #FEB806;
}
.BgClassName
{
background-color: #FEB806;
}
</style>
border-color css
<style>
span { border-color: #FEB806; }
span { border-color: rgb(254,184,6); }
td.TdClassName
{
border-color: #FEB806;
}
.TagClassName
{
border-color: #FEB806;
}
</style>