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