Shades of Selective Yellow #FEBC14
Tints of Selective Yellow #FEBC14
RGB
CMYK
RGB Variations
Color information
#FEBC14 (or 0xFEBC14) is known color: Selective Yellow. HEX triplet: FE, BC and 14. RGB value is (254,188,20). Sum of RGB (Red+Green+Blue) = 254+188+20=462 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.98% from 462); Green value is 188 (73.83% from 255 or 40.69% from 462); Blue value is 20 (8.20% from 255 or 4.33% from 462); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBC14 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEBC14 is #0143EB. Grayscale: #BDBDBD. Windows color (decimal): -82924 or 1359102. OLE color: 1359102.
HSL color Cylindrical-coordinate representation of color #FEBC14: hue angle of 43.08º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FEBC14 is Cyan = 0, Magento = 0.26, Yellow = 0.92 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 188 | 20 | - |
| CMYK | 0 | 0.26 | 0.92 | 0.00 |
| HSL | 43.08º | 0.99% | 0.54% | - |
| HSV(B) | 43.08º | 0.92% | 1% | - |
| XYZ | 58.98 | 57.09 | 8.57 | - |
| YUV | 188.58 | 32.87 | 174.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 188 | 20 | 0 | 0.26 | 0.92 | 0.00 | 43.08 | 0.99 | 0.54 |
| Hex | FE | BC | 14 | 0 | 1A | 5C | 0 | 2B | 63 | 36 |
| Octal | 376 | 274 | 24 | 0 | 32 | 134 | 0 | 53 | 143 | 66 |
| Binary | 11111110 | 10111100 | 10100 | 0 | 11010 | 1011100 | 0 | 101011 | 1100011 | 110110 |
Color Harmonies of #FEBC14
Complementary color
Monochromatic Colors of #FEBC14
Black with #FEBC14
Text Example
Text Example
White with #FEBC14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBC14; }
p { color: rgb(254,188,20); }
H1.HeaderClassName
{
color: #FEBC14;
}
.AnyTagClassName
{
color: #FEBC14;
}
</style>
background-color css
<style>
a { background-color: #FEBC14; }
a { background-color: rgb(254,188,20); }
div.DivClassName
{
background-color: #FEBC14;
}
.BgClassName
{
background-color: #FEBC14;
}
</style>
border-color css
<style>
span { border-color: #FEBC14; }
span { border-color: rgb(254,188,20); }
td.TdClassName
{
border-color: #FEBC14;
}
.TagClassName
{
border-color: #FEBC14;
}
</style>