Shades of Selective Yellow #FEBC11
Tints of Selective Yellow #FEBC11
RGB
CMYK
RGB Variations
Color information
#FEBC11 (or 0xFEBC11) is known color: Selective Yellow. HEX triplet: FE, BC and 11. RGB value is (254,188,17). Sum of RGB (Red+Green+Blue) = 254+188+17=459 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.34% from 459); Green value is 188 (73.83% from 255 or 40.96% from 459); Blue value is 17 (7.03% from 255 or 3.70% from 459); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBC11 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEBC11 is #0143EE. Grayscale: #BCBCBC. Windows color (decimal): -82927 or 1162494. OLE color: 1162494.
HSL color Cylindrical-coordinate representation of color #FEBC11: hue angle of 43.29º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FEBC11 is Cyan = 0, Magento = 0.26, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 188 | 17 | - |
| CMYK | 0 | 0.26 | 0.93 | 0.00 |
| HSL | 43.29º | 0.99% | 0.53% | - |
| HSV(B) | 43.29º | 0.93% | 1% | - |
| XYZ | 58.96 | 57.08 | 8.44 | - |
| YUV | 188.24 | 31.37 | 174.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 188 | 17 | 0 | 0.26 | 0.93 | 0.00 | 43.29 | 0.99 | 0.53 |
| Hex | FE | BC | 11 | 0 | 1A | 5D | 0 | 2B | 63 | 35 |
| Octal | 376 | 274 | 21 | 0 | 32 | 135 | 0 | 53 | 143 | 65 |
| Binary | 11111110 | 10111100 | 10001 | 0 | 11010 | 1011101 | 0 | 101011 | 1100011 | 110101 |
Color Harmonies of #FEBC11
Complementary color
Monochromatic Colors of #FEBC11
Black with #FEBC11
Text Example
Text Example
White with #FEBC11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBC11; }
p { color: rgb(254,188,17); }
H1.HeaderClassName
{
color: #FEBC11;
}
.AnyTagClassName
{
color: #FEBC11;
}
</style>
background-color css
<style>
a { background-color: #FEBC11; }
a { background-color: rgb(254,188,17); }
div.DivClassName
{
background-color: #FEBC11;
}
.BgClassName
{
background-color: #FEBC11;
}
</style>
border-color css
<style>
span { border-color: #FEBC11; }
span { border-color: rgb(254,188,17); }
td.TdClassName
{
border-color: #FEBC11;
}
.TagClassName
{
border-color: #FEBC11;
}
</style>