Shades of Selective Yellow #FEB804
Tints of Selective Yellow #FEB804
RGB
CMYK
RGB Variations
Color information
#FEB804 (or 0xFEB804) is known color: Selective Yellow. HEX triplet: FE, B8 and 04. RGB value is (254,184,4). Sum of RGB (Red+Green+Blue) = 254+184+4=442 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.47% from 442); Green value is 184 (72.27% from 255 or 41.63% from 442); Blue value is 4 (1.95% from 255 or 0.90% from 442); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB804 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEB804 is #0147FB. Grayscale: #B9B9B9. Windows color (decimal): -83964 or 309502. OLE color: 309502.
HSL color Cylindrical-coordinate representation of color #FEB804: hue angle of 43.2º 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 #FEB804 is Cyan = 0, Magento = 0.28, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 184 | 4 | - |
| CMYK | 0 | 0.28 | 0.98 | 0.00 |
| HSL | 43.2º | 0.99% | 0.51% | - |
| HSV(B) | 43.2º | 0.98% | 1% | - |
| XYZ | 58.04 | 55.36 | 7.74 | - |
| YUV | 184.41 | 26.19 | 177.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 184 | 4 | 0 | 0.28 | 0.98 | 0.00 | 43.2 | 0.99 | 0.51 |
| Hex | FE | B8 | 4 | 0 | 1C | 62 | 0 | 2B | 63 | 33 |
| Octal | 376 | 270 | 4 | 0 | 34 | 142 | 0 | 53 | 143 | 63 |
| Binary | 11111110 | 10111000 | 100 | 0 | 11100 | 1100010 | 0 | 101011 | 1100011 | 110011 |
Color Harmonies of #FEB804
Complementary color
Monochromatic Colors of #FEB804
Black with #FEB804
Text Example
Text Example
White with #FEB804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB804; }
p { color: rgb(254,184,4); }
H1.HeaderClassName
{
color: #FEB804;
}
.AnyTagClassName
{
color: #FEB804;
}
</style>
background-color css
<style>
a { background-color: #FEB804; }
a { background-color: rgb(254,184,4); }
div.DivClassName
{
background-color: #FEB804;
}
.BgClassName
{
background-color: #FEB804;
}
</style>
border-color css
<style>
span { border-color: #FEB804; }
span { border-color: rgb(254,184,4); }
td.TdClassName
{
border-color: #FEB804;
}
.TagClassName
{
border-color: #FEB804;
}
</style>