Shades of Selective Yellow #FEB900
Tints of Selective Yellow #FEB900
RGB
CMYK
RGB Variations
Color information
#FEB900 (or 0xFEB900) is known color: Selective Yellow. HEX triplet: FE, B9 and 00. RGB value is (254,185,0). Sum of RGB (Red+Green+Blue) = 254+185+0=439 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.86% from 439); Green value is 185 (72.66% from 255 or 42.14% from 439); Blue value is 0 (0.39% from 255 or 0% from 439); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB900 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEB900 is #0146FF. Grayscale: #B9B9B9. Windows color (decimal): -83712 or 47614. OLE color: 47614.
HSL color Cylindrical-coordinate representation of color #FEB900: hue angle of 43.7º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FEB900 is Cyan = 0, Magento = 0.27, Yellow = 1 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 185 | 0 | - |
| CMYK | 0 | 0.27 | 1 | 0.00 |
| HSL | 43.7º | 1% | 0.5% | - |
| HSV(B) | 43.7º | 1% | 1% | - |
| XYZ | 58.22 | 55.77 | 7.7 | - |
| YUV | 184.54 | 23.86 | 177.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 185 | 0 | 0 | 0.27 | 1 | 0.00 | 43.7 | 1 | 0.5 |
| Hex | FE | B9 | 0 | 0 | 1B | 64 | 0 | 2C | 64 | 32 |
| Octal | 376 | 271 | 0 | 0 | 33 | 144 | 0 | 54 | 144 | 62 |
| Binary | 11111110 | 10111001 | 0 | 0 | 11011 | 1100100 | 0 | 101100 | 1100100 | 110010 |
Color Harmonies of #FEB900
Complementary color
Monochromatic Colors of #FEB900
Black with #FEB900
Text Example
Text Example
White with #FEB900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB900; }
p { color: rgb(254,185,0); }
H1.HeaderClassName
{
color: #FEB900;
}
.AnyTagClassName
{
color: #FEB900;
}
</style>
background-color css
<style>
a { background-color: #FEB900; }
a { background-color: rgb(254,185,0); }
div.DivClassName
{
background-color: #FEB900;
}
.BgClassName
{
background-color: #FEB900;
}
</style>
border-color css
<style>
span { border-color: #FEB900; }
span { border-color: rgb(254,185,0); }
td.TdClassName
{
border-color: #FEB900;
}
.TagClassName
{
border-color: #FEB900;
}
</style>