Shades of Selective Yellow #FEBC01
Tints of Selective Yellow #FEBC01
RGB
CMYK
RGB Variations
Color information
#FEBC01 (or 0xFEBC01) is known color: Selective Yellow. HEX triplet: FE, BC and 01. RGB value is (254,188,1). Sum of RGB (Red+Green+Blue) = 254+188+1=443 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.34% from 443); Green value is 188 (73.83% from 255 or 42.44% from 443); Blue value is 1 (0.78% from 255 or 0.23% from 443); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBC01 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEBC01 is #0143FE. Grayscale: #BBBBBB. Windows color (decimal): -82943 or 113918. OLE color: 113918.
HSL color Cylindrical-coordinate representation of color #FEBC01: hue angle of 44.35º 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 #FEBC01 is Cyan = 0, Magento = 0.26, Yellow = 1.00 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 188 | 1 | - |
| CMYK | 0 | 0.26 | 1.00 | 0.00 |
| HSL | 44.35º | 0.99% | 0.5% | - |
| HSV(B) | 44.35º | 1% | 1% | - |
| XYZ | 58.86 | 57.04 | 7.94 | - |
| YUV | 186.42 | 23.37 | 176.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 188 | 1 | 0 | 0.26 | 1.00 | 0.00 | 44.35 | 0.99 | 0.5 |
| Hex | FE | BC | 1 | 0 | 1A | 64 | 0 | 2C | 63 | 32 |
| Octal | 376 | 274 | 1 | 0 | 32 | 144 | 0 | 54 | 143 | 62 |
| Binary | 11111110 | 10111100 | 1 | 0 | 11010 | 1100100 | 0 | 101100 | 1100011 | 110010 |
Color Harmonies of #FEBC01
Complementary color
Monochromatic Colors of #FEBC01
Black with #FEBC01
Text Example
Text Example
White with #FEBC01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBC01; }
p { color: rgb(254,188,1); }
H1.HeaderClassName
{
color: #FEBC01;
}
.AnyTagClassName
{
color: #FEBC01;
}
</style>
background-color css
<style>
a { background-color: #FEBC01; }
a { background-color: rgb(254,188,1); }
div.DivClassName
{
background-color: #FEBC01;
}
.BgClassName
{
background-color: #FEBC01;
}
</style>
border-color css
<style>
span { border-color: #FEBC01; }
span { border-color: rgb(254,188,1); }
td.TdClassName
{
border-color: #FEBC01;
}
.TagClassName
{
border-color: #FEBC01;
}
</style>