Shades of Selective Yellow #FEBC05
Tints of Selective Yellow #FEBC05
RGB
CMYK
RGB Variations
Color information
#FEBC05 (or 0xFEBC05) is known color: Selective Yellow. HEX triplet: FE, BC and 05. RGB value is (254,188,5). Sum of RGB (Red+Green+Blue) = 254+188+5=447 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.82% from 447); Green value is 188 (73.83% from 255 or 42.06% from 447); Blue value is 5 (2.34% from 255 or 1.12% from 447); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBC05 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEBC05 is #0143FA. Grayscale: #BBBBBB. Windows color (decimal): -82939 or 376062. OLE color: 376062.
HSL color Cylindrical-coordinate representation of color #FEBC05: hue angle of 44.1º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FEBC05 is Cyan = 0, Magento = 0.26, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 188 | 5 | - |
| CMYK | 0 | 0.26 | 0.98 | 0.00 |
| HSL | 44.1º | 0.99% | 0.51% | - |
| HSV(B) | 44.1º | 0.98% | 1% | - |
| XYZ | 58.88 | 57.05 | 8.05 | - |
| YUV | 186.87 | 25.37 | 175.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 188 | 5 | 0 | 0.26 | 0.98 | 0.00 | 44.1 | 0.99 | 0.51 |
| Hex | FE | BC | 5 | 0 | 1A | 62 | 0 | 2C | 63 | 33 |
| Octal | 376 | 274 | 5 | 0 | 32 | 142 | 0 | 54 | 143 | 63 |
| Binary | 11111110 | 10111100 | 101 | 0 | 11010 | 1100010 | 0 | 101100 | 1100011 | 110011 |
Color Harmonies of #FEBC05
Complementary color
Monochromatic Colors of #FEBC05
Black with #FEBC05
Text Example
Text Example
White with #FEBC05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBC05; }
p { color: rgb(254,188,5); }
H1.HeaderClassName
{
color: #FEBC05;
}
.AnyTagClassName
{
color: #FEBC05;
}
</style>
background-color css
<style>
a { background-color: #FEBC05; }
a { background-color: rgb(254,188,5); }
div.DivClassName
{
background-color: #FEBC05;
}
.BgClassName
{
background-color: #FEBC05;
}
</style>
border-color css
<style>
span { border-color: #FEBC05; }
span { border-color: rgb(254,188,5); }
td.TdClassName
{
border-color: #FEBC05;
}
.TagClassName
{
border-color: #FEBC05;
}
</style>