Shades of Selective Yellow #FEB301
Tints of Selective Yellow #FEB301
RGB
CMYK
RGB Variations
Color information
#FEB301 (or 0xFEB301) is known color: Selective Yellow. HEX triplet: FE, B3 and 01. RGB value is (254,179,1). Sum of RGB (Red+Green+Blue) = 254+179+1=434 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.53% from 434); Green value is 179 (70.31% from 255 or 41.24% from 434); Blue value is 1 (0.78% from 255 or 0.23% from 434); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB301 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEB301 is #014CFE. Grayscale: #B5B5B5. Windows color (decimal): -85247 or 111614. OLE color: 111614.
HSL color Cylindrical-coordinate representation of color #FEB301: hue angle of 42.21º 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 #FEB301 is Cyan = 0, Magento = 0.30, Yellow = 1.00 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 179 | 1 | - |
| CMYK | 0 | 0.30 | 1.00 | 0.00 |
| HSL | 42.21º | 0.99% | 0.5% | - |
| HSV(B) | 42.21º | 1% | 1% | - |
| XYZ | 57 | 53.31 | 7.32 | - |
| YUV | 181.13 | 26.35 | 179.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 179 | 1 | 0 | 0.30 | 1.00 | 0.00 | 42.21 | 0.99 | 0.5 |
| Hex | FE | B3 | 1 | 0 | 1E | 64 | 0 | 2A | 63 | 32 |
| Octal | 376 | 263 | 1 | 0 | 36 | 144 | 0 | 52 | 143 | 62 |
| Binary | 11111110 | 10110011 | 1 | 0 | 11110 | 1100100 | 0 | 101010 | 1100011 | 110010 |
Color Harmonies of #FEB301
Complementary color
Monochromatic Colors of #FEB301
Black with #FEB301
Text Example
Text Example
White with #FEB301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB301; }
p { color: rgb(254,179,1); }
H1.HeaderClassName
{
color: #FEB301;
}
.AnyTagClassName
{
color: #FEB301;
}
</style>
background-color css
<style>
a { background-color: #FEB301; }
a { background-color: rgb(254,179,1); }
div.DivClassName
{
background-color: #FEB301;
}
.BgClassName
{
background-color: #FEB301;
}
</style>
border-color css
<style>
span { border-color: #FEB301; }
span { border-color: rgb(254,179,1); }
td.TdClassName
{
border-color: #FEB301;
}
.TagClassName
{
border-color: #FEB301;
}
</style>