Shades of Selective Yellow #FEBC04
Tints of Selective Yellow #FEBC04
RGB
CMYK
RGB Variations
Color information
#FEBC04 (or 0xFEBC04) is known color: Selective Yellow. HEX triplet: FE, BC and 04. RGB value is (254,188,4). Sum of RGB (Red+Green+Blue) = 254+188+4=446 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.95% from 446); Green value is 188 (73.83% from 255 or 42.15% from 446); Blue value is 4 (1.95% from 255 or 0.90% from 446); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBC04 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEBC04 is #0143FB. Grayscale: #BBBBBB. Windows color (decimal): -82940 or 310526. OLE color: 310526.
HSL color Cylindrical-coordinate representation of color #FEBC04: hue angle of 44.16º 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 #FEBC04 is Cyan = 0, Magento = 0.26, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 188 | 4 | - |
| CMYK | 0 | 0.26 | 0.98 | 0.00 |
| HSL | 44.16º | 0.99% | 0.51% | - |
| HSV(B) | 44.16º | 0.98% | 1% | - |
| XYZ | 58.88 | 57.05 | 8.02 | - |
| YUV | 186.76 | 24.87 | 175.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 188 | 4 | 0 | 0.26 | 0.98 | 0.00 | 44.16 | 0.99 | 0.51 |
| Hex | FE | BC | 4 | 0 | 1A | 62 | 0 | 2C | 63 | 33 |
| Octal | 376 | 274 | 4 | 0 | 32 | 142 | 0 | 54 | 143 | 63 |
| Binary | 11111110 | 10111100 | 100 | 0 | 11010 | 1100010 | 0 | 101100 | 1100011 | 110011 |
Color Harmonies of #FEBC04
Complementary color
Monochromatic Colors of #FEBC04
Black with #FEBC04
Text Example
Text Example
White with #FEBC04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBC04; }
p { color: rgb(254,188,4); }
H1.HeaderClassName
{
color: #FEBC04;
}
.AnyTagClassName
{
color: #FEBC04;
}
</style>
background-color css
<style>
a { background-color: #FEBC04; }
a { background-color: rgb(254,188,4); }
div.DivClassName
{
background-color: #FEBC04;
}
.BgClassName
{
background-color: #FEBC04;
}
</style>
border-color css
<style>
span { border-color: #FEBC04; }
span { border-color: rgb(254,188,4); }
td.TdClassName
{
border-color: #FEBC04;
}
.TagClassName
{
border-color: #FEBC04;
}
</style>