Shades of Selective Yellow #FEB908
Tints of Selective Yellow #FEB908
RGB
CMYK
RGB Variations
Color information
#FEB908 (or 0xFEB908) is known color: Selective Yellow. HEX triplet: FE, B9 and 08. RGB value is (254,185,8). Sum of RGB (Red+Green+Blue) = 254+185+8=447 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.82% from 447); Green value is 185 (72.66% from 255 or 41.39% from 447); Blue value is 8 (3.52% from 255 or 1.79% from 447); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB908 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEB908 is #0146F7. Grayscale: #BABABA. Windows color (decimal): -83704 or 571902. OLE color: 571902.
HSL color Cylindrical-coordinate representation of color #FEB908: hue angle of 43.17º 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 #FEB908 is Cyan = 0, Magento = 0.27, Yellow = 0.97 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 185 | 8 | - |
| CMYK | 0 | 0.27 | 0.97 | 0.00 |
| HSL | 43.17º | 0.99% | 0.51% | - |
| HSV(B) | 43.17º | 0.97% | 1% | - |
| XYZ | 58.27 | 55.79 | 7.93 | - |
| YUV | 185.45 | 27.86 | 176.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 185 | 8 | 0 | 0.27 | 0.97 | 0.00 | 43.17 | 0.99 | 0.51 |
| Hex | FE | B9 | 8 | 0 | 1B | 61 | 0 | 2B | 63 | 33 |
| Octal | 376 | 271 | 10 | 0 | 33 | 141 | 0 | 53 | 143 | 63 |
| Binary | 11111110 | 10111001 | 1000 | 0 | 11011 | 1100001 | 0 | 101011 | 1100011 | 110011 |
Color Harmonies of #FEB908
Complementary color
Monochromatic Colors of #FEB908
Black with #FEB908
Text Example
Text Example
White with #FEB908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB908; }
p { color: rgb(254,185,8); }
H1.HeaderClassName
{
color: #FEB908;
}
.AnyTagClassName
{
color: #FEB908;
}
</style>
background-color css
<style>
a { background-color: #FEB908; }
a { background-color: rgb(254,185,8); }
div.DivClassName
{
background-color: #FEB908;
}
.BgClassName
{
background-color: #FEB908;
}
</style>
border-color css
<style>
span { border-color: #FEB908; }
span { border-color: rgb(254,185,8); }
td.TdClassName
{
border-color: #FEB908;
}
.TagClassName
{
border-color: #FEB908;
}
</style>