Shades of Selective Yellow #FEB004
Tints of Selective Yellow #FEB004
RGB
CMYK
RGB Variations
Color information
#FEB004 (or 0xFEB004) is known color: Selective Yellow. HEX triplet: FE, B0 and 04. RGB value is (254,176,4). Sum of RGB (Red+Green+Blue) = 254+176+4=434 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.53% from 434); Green value is 176 (69.14% from 255 or 40.55% from 434); Blue value is 4 (1.95% from 255 or 0.92% from 434); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB004 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEB004 is #014FFB. Grayscale: #B4B4B4. Windows color (decimal): -86012 or 307454. OLE color: 307454.
HSL color Cylindrical-coordinate representation of color #FEB004: hue angle of 41.28º 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 #FEB004 is Cyan = 0, Magento = 0.31, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 176 | 4 | - |
| CMYK | 0 | 0.31 | 0.98 | 0.00 |
| HSL | 41.28º | 0.99% | 0.51% | - |
| HSV(B) | 41.28º | 0.98% | 1% | - |
| XYZ | 56.42 | 52.13 | 7.2 | - |
| YUV | 179.71 | 28.84 | 180.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 176 | 4 | 0 | 0.31 | 0.98 | 0.00 | 41.28 | 0.99 | 0.51 |
| Hex | FE | B0 | 4 | 0 | 1F | 62 | 0 | 29 | 63 | 33 |
| Octal | 376 | 260 | 4 | 0 | 37 | 142 | 0 | 51 | 143 | 63 |
| Binary | 11111110 | 10110000 | 100 | 0 | 11111 | 1100010 | 0 | 101001 | 1100011 | 110011 |
Color Harmonies of #FEB004
Complementary color
Monochromatic Colors of #FEB004
Black with #FEB004
Text Example
Text Example
White with #FEB004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB004; }
p { color: rgb(254,176,4); }
H1.HeaderClassName
{
color: #FEB004;
}
.AnyTagClassName
{
color: #FEB004;
}
</style>
background-color css
<style>
a { background-color: #FEB004; }
a { background-color: rgb(254,176,4); }
div.DivClassName
{
background-color: #FEB004;
}
.BgClassName
{
background-color: #FEB004;
}
</style>
border-color css
<style>
span { border-color: #FEB004; }
span { border-color: rgb(254,176,4); }
td.TdClassName
{
border-color: #FEB004;
}
.TagClassName
{
border-color: #FEB004;
}
</style>