Shades of Selective Yellow #FEB008
Tints of Selective Yellow #FEB008
RGB
CMYK
RGB Variations
Color information
#FEB008 (or 0xFEB008) is known color: Selective Yellow. HEX triplet: FE, B0 and 08. RGB value is (254,176,8). Sum of RGB (Red+Green+Blue) = 254+176+8=438 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.99% from 438); Green value is 176 (69.14% from 255 or 40.18% from 438); Blue value is 8 (3.52% from 255 or 1.83% from 438); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB008 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEB008 is #014FF7. Grayscale: #B4B4B4. Windows color (decimal): -86008 or 569598. OLE color: 569598.
HSL color Cylindrical-coordinate representation of color #FEB008: hue angle of 40.98º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FEB008 is Cyan = 0, Magento = 0.31, Yellow = 0.97 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 176 | 8 | - |
| CMYK | 0 | 0.31 | 0.97 | 0.00 |
| HSL | 40.98º | 0.99% | 0.51% | - |
| HSV(B) | 40.98º | 0.97% | 1% | - |
| XYZ | 56.44 | 52.14 | 7.32 | - |
| YUV | 180.17 | 30.84 | 180.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 176 | 8 | 0 | 0.31 | 0.97 | 0.00 | 40.98 | 0.99 | 0.51 |
| Hex | FE | B0 | 8 | 0 | 1F | 61 | 0 | 29 | 63 | 33 |
| Octal | 376 | 260 | 10 | 0 | 37 | 141 | 0 | 51 | 143 | 63 |
| Binary | 11111110 | 10110000 | 1000 | 0 | 11111 | 1100001 | 0 | 101001 | 1100011 | 110011 |
Color Harmonies of #FEB008
Complementary color
Monochromatic Colors of #FEB008
Black with #FEB008
Text Example
Text Example
White with #FEB008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB008; }
p { color: rgb(254,176,8); }
H1.HeaderClassName
{
color: #FEB008;
}
.AnyTagClassName
{
color: #FEB008;
}
</style>
background-color css
<style>
a { background-color: #FEB008; }
a { background-color: rgb(254,176,8); }
div.DivClassName
{
background-color: #FEB008;
}
.BgClassName
{
background-color: #FEB008;
}
</style>
border-color css
<style>
span { border-color: #FEB008; }
span { border-color: rgb(254,176,8); }
td.TdClassName
{
border-color: #FEB008;
}
.TagClassName
{
border-color: #FEB008;
}
</style>