Shades of Selective Yellow #FEB401
Tints of Selective Yellow #FEB401
RGB
CMYK
RGB Variations
Color information
#FEB401 (or 0xFEB401) is known color: Selective Yellow. HEX triplet: FE, B4 and 01. RGB value is (254,180,1). Sum of RGB (Red+Green+Blue) = 254+180+1=435 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.39% from 435); Green value is 180 (70.70% from 255 or 41.38% from 435); Blue value is 1 (0.78% from 255 or 0.23% from 435); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB401 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEB401 is #014BFE. Grayscale: #B6B6B6. Windows color (decimal): -84991 or 111870. OLE color: 111870.
HSL color Cylindrical-coordinate representation of color #FEB401: hue angle of 42.45º 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 #FEB401 is Cyan = 0, Magento = 0.29, Yellow = 1.00 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 180 | 1 | - |
| CMYK | 0 | 0.29 | 1.00 | 0.00 |
| HSL | 42.45º | 0.99% | 0.5% | - |
| HSV(B) | 42.45º | 1% | 1% | - |
| XYZ | 57.2 | 53.72 | 7.38 | - |
| YUV | 181.72 | 26.02 | 179.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 180 | 1 | 0 | 0.29 | 1.00 | 0.00 | 42.45 | 0.99 | 0.5 |
| Hex | FE | B4 | 1 | 0 | 1D | 64 | 0 | 2A | 63 | 32 |
| Octal | 376 | 264 | 1 | 0 | 35 | 144 | 0 | 52 | 143 | 62 |
| Binary | 11111110 | 10110100 | 1 | 0 | 11101 | 1100100 | 0 | 101010 | 1100011 | 110010 |
Color Harmonies of #FEB401
Complementary color
Monochromatic Colors of #FEB401
Black with #FEB401
Text Example
Text Example
White with #FEB401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB401; }
p { color: rgb(254,180,1); }
H1.HeaderClassName
{
color: #FEB401;
}
.AnyTagClassName
{
color: #FEB401;
}
</style>
background-color css
<style>
a { background-color: #FEB401; }
a { background-color: rgb(254,180,1); }
div.DivClassName
{
background-color: #FEB401;
}
.BgClassName
{
background-color: #FEB401;
}
</style>
border-color css
<style>
span { border-color: #FEB401; }
span { border-color: rgb(254,180,1); }
td.TdClassName
{
border-color: #FEB401;
}
.TagClassName
{
border-color: #FEB401;
}
</style>