Shades of Selective Yellow #FEB904
Tints of Selective Yellow #FEB904
RGB
CMYK
RGB Variations
Color information
#FEB904 (or 0xFEB904) is known color: Selective Yellow. HEX triplet: FE, B9 and 04. RGB value is (254,185,4). Sum of RGB (Red+Green+Blue) = 254+185+4=443 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.34% from 443); Green value is 185 (72.66% from 255 or 41.76% from 443); Blue value is 4 (1.95% from 255 or 0.90% from 443); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB904 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEB904 is #0146FB. Grayscale: #B9B9B9. Windows color (decimal): -83708 or 309758. OLE color: 309758.
HSL color Cylindrical-coordinate representation of color #FEB904: hue angle of 43.44º 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 #FEB904 is Cyan = 0, Magento = 0.27, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 185 | 4 | - |
| CMYK | 0 | 0.27 | 0.98 | 0.00 |
| HSL | 43.44º | 0.99% | 0.51% | - |
| HSV(B) | 43.44º | 0.98% | 1% | - |
| XYZ | 58.24 | 55.78 | 7.81 | - |
| YUV | 185 | 25.86 | 177.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 185 | 4 | 0 | 0.27 | 0.98 | 0.00 | 43.44 | 0.99 | 0.51 |
| Hex | FE | B9 | 4 | 0 | 1B | 62 | 0 | 2B | 63 | 33 |
| Octal | 376 | 271 | 4 | 0 | 33 | 142 | 0 | 53 | 143 | 63 |
| Binary | 11111110 | 10111001 | 100 | 0 | 11011 | 1100010 | 0 | 101011 | 1100011 | 110011 |
Color Harmonies of #FEB904
Complementary color
Monochromatic Colors of #FEB904
Black with #FEB904
Text Example
Text Example
White with #FEB904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB904; }
p { color: rgb(254,185,4); }
H1.HeaderClassName
{
color: #FEB904;
}
.AnyTagClassName
{
color: #FEB904;
}
</style>
background-color css
<style>
a { background-color: #FEB904; }
a { background-color: rgb(254,185,4); }
div.DivClassName
{
background-color: #FEB904;
}
.BgClassName
{
background-color: #FEB904;
}
</style>
border-color css
<style>
span { border-color: #FEB904; }
span { border-color: rgb(254,185,4); }
td.TdClassName
{
border-color: #FEB904;
}
.TagClassName
{
border-color: #FEB904;
}
</style>