Shades of Selective Yellow #FEB104
Tints of Selective Yellow #FEB104
RGB
CMYK
RGB Variations
Color information
#FEB104 (or 0xFEB104) is known color: Selective Yellow. HEX triplet: FE, B1 and 04. RGB value is (254,177,4). Sum of RGB (Red+Green+Blue) = 254+177+4=435 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.39% from 435); Green value is 177 (69.53% from 255 or 40.69% from 435); Blue value is 4 (1.95% from 255 or 0.92% from 435); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB104 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEB104 is #014EFB. Grayscale: #B5B5B5. Windows color (decimal): -85756 or 307710. OLE color: 307710.
HSL color Cylindrical-coordinate representation of color #FEB104: hue angle of 41.52º 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 #FEB104 is Cyan = 0, Magento = 0.30, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 177 | 4 | - |
| CMYK | 0 | 0.30 | 0.98 | 0.00 |
| HSL | 41.52º | 0.99% | 0.51% | - |
| HSV(B) | 41.52º | 0.98% | 1% | - |
| XYZ | 56.62 | 52.52 | 7.27 | - |
| YUV | 180.3 | 28.51 | 180.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 177 | 4 | 0 | 0.30 | 0.98 | 0.00 | 41.52 | 0.99 | 0.51 |
| Hex | FE | B1 | 4 | 0 | 1E | 62 | 0 | 2A | 63 | 33 |
| Octal | 376 | 261 | 4 | 0 | 36 | 142 | 0 | 52 | 143 | 63 |
| Binary | 11111110 | 10110001 | 100 | 0 | 11110 | 1100010 | 0 | 101010 | 1100011 | 110011 |
Color Harmonies of #FEB104
Complementary color
Monochromatic Colors of #FEB104
Black with #FEB104
Text Example
Text Example
White with #FEB104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB104; }
p { color: rgb(254,177,4); }
H1.HeaderClassName
{
color: #FEB104;
}
.AnyTagClassName
{
color: #FEB104;
}
</style>
background-color css
<style>
a { background-color: #FEB104; }
a { background-color: rgb(254,177,4); }
div.DivClassName
{
background-color: #FEB104;
}
.BgClassName
{
background-color: #FEB104;
}
</style>
border-color css
<style>
span { border-color: #FEB104; }
span { border-color: rgb(254,177,4); }
td.TdClassName
{
border-color: #FEB104;
}
.TagClassName
{
border-color: #FEB104;
}
</style>