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