Shades of Selective Yellow #FEBC0A
Tints of Selective Yellow #FEBC0A
RGB
CMYK
RGB Variations
Color information
#FEBC0A (or 0xFEBC0A) is known color: Selective Yellow. HEX triplet: FE, BC and 0A. RGB value is (254,188,10). Sum of RGB (Red+Green+Blue) = 254+188+10=452 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.19% from 452); Green value is 188 (73.83% from 255 or 41.59% from 452); Blue value is 10 (4.30% from 255 or 2.21% from 452); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBC0A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEBC0A is #0143F5. Grayscale: #BCBCBC. Windows color (decimal): -82934 or 703742. OLE color: 703742.
HSL color Cylindrical-coordinate representation of color #FEBC0A: hue angle of 43.77º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FEBC0A is Cyan = 0, Magento = 0.26, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 188 | 10 | - |
| CMYK | 0 | 0.26 | 0.96 | 0.00 |
| HSL | 43.77º | 0.99% | 0.52% | - |
| HSV(B) | 43.77º | 0.96% | 1% | - |
| XYZ | 58.91 | 57.06 | 8.2 | - |
| YUV | 187.44 | 27.87 | 175.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 188 | 10 | 0 | 0.26 | 0.96 | 0.00 | 43.77 | 0.99 | 0.52 |
| Hex | FE | BC | A | 0 | 1A | 60 | 0 | 2C | 63 | 34 |
| Octal | 376 | 274 | 12 | 0 | 32 | 140 | 0 | 54 | 143 | 64 |
| Binary | 11111110 | 10111100 | 1010 | 0 | 11010 | 1100000 | 0 | 101100 | 1100011 | 110100 |
Color Harmonies of #FEBC0A
Complementary color
Monochromatic Colors of #FEBC0A
Black with #FEBC0A
Text Example
Text Example
White with #FEBC0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBC0A; }
p { color: rgb(254,188,10); }
H1.HeaderClassName
{
color: #FEBC0A;
}
.AnyTagClassName
{
color: #FEBC0A;
}
</style>
background-color css
<style>
a { background-color: #FEBC0A; }
a { background-color: rgb(254,188,10); }
div.DivClassName
{
background-color: #FEBC0A;
}
.BgClassName
{
background-color: #FEBC0A;
}
</style>
border-color css
<style>
span { border-color: #FEBC0A; }
span { border-color: rgb(254,188,10); }
td.TdClassName
{
border-color: #FEBC0A;
}
.TagClassName
{
border-color: #FEBC0A;
}
</style>