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