Shades of Selective Yellow #FEB508
Tints of Selective Yellow #FEB508
RGB
CMYK
RGB Variations
Color information
#FEB508 (or 0xFEB508) is known color: Selective Yellow. HEX triplet: FE, B5 and 08. RGB value is (254,181,8). Sum of RGB (Red+Green+Blue) = 254+181+8=443 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.34% from 443); Green value is 181 (71.09% from 255 or 40.86% from 443); Blue value is 8 (3.52% from 255 or 1.81% from 443); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB508 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEB508 is #014AF7. Grayscale: #B7B7B7. Windows color (decimal): -84728 or 570878. OLE color: 570878.
HSL color Cylindrical-coordinate representation of color #FEB508: hue angle of 42.2º 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 #FEB508 is Cyan = 0, Magento = 0.29, Yellow = 0.97 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 181 | 8 | - |
| CMYK | 0 | 0.29 | 0.97 | 0.00 |
| HSL | 42.2º | 0.99% | 0.51% | - |
| HSV(B) | 42.2º | 0.97% | 1% | - |
| XYZ | 57.44 | 54.14 | 7.65 | - |
| YUV | 183.11 | 29.18 | 178.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 181 | 8 | 0 | 0.29 | 0.97 | 0.00 | 42.2 | 0.99 | 0.51 |
| Hex | FE | B5 | 8 | 0 | 1D | 61 | 0 | 2A | 63 | 33 |
| Octal | 376 | 265 | 10 | 0 | 35 | 141 | 0 | 52 | 143 | 63 |
| Binary | 11111110 | 10110101 | 1000 | 0 | 11101 | 1100001 | 0 | 101010 | 1100011 | 110011 |
Color Harmonies of #FEB508
Complementary color
Monochromatic Colors of #FEB508
Black with #FEB508
Text Example
Text Example
White with #FEB508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB508; }
p { color: rgb(254,181,8); }
H1.HeaderClassName
{
color: #FEB508;
}
.AnyTagClassName
{
color: #FEB508;
}
</style>
background-color css
<style>
a { background-color: #FEB508; }
a { background-color: rgb(254,181,8); }
div.DivClassName
{
background-color: #FEB508;
}
.BgClassName
{
background-color: #FEB508;
}
</style>
border-color css
<style>
span { border-color: #FEB508; }
span { border-color: rgb(254,181,8); }
td.TdClassName
{
border-color: #FEB508;
}
.TagClassName
{
border-color: #FEB508;
}
</style>