Shades of Golden Tainoi #FEBC4E
Tints of Golden Tainoi #FEBC4E
RGB
CMYK
RGB Variations
Color information
#FEBC4E (or 0xFEBC4E) is known color: Golden Tainoi. HEX triplet: FE, BC and 4E. RGB value is (254,188,78). Sum of RGB (Red+Green+Blue) = 254+188+78=520 (68% of max value = 765). Red value is 254 (99.61% from 255 or 48.85% from 520); Green value is 188 (73.83% from 255 or 36.15% from 520); Blue value is 78 (30.86% from 255 or 15% from 520); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBC4E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEBC4E is #0143B1. Grayscale: #C3C3C3. Windows color (decimal): -82866 or 5160190. OLE color: 5160190.
HSL color Cylindrical-coordinate representation of color #FEBC4E: hue angle of 37.5º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FEBC4E is Cyan = 0, Magento = 0.26, Yellow = 0.69 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 188 | 78 | - |
| CMYK | 0 | 0.26 | 0.69 | 0.00 |
| HSL | 37.5º | 0.99% | 0.65% | - |
| HSV(B) | 37.5º | 0.69% | 1% | - |
| XYZ | 60.23 | 57.59 | 15.15 | - |
| YUV | 195.19 | 61.87 | 169.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 188 | 78 | 0 | 0.26 | 0.69 | 0.00 | 37.5 | 0.99 | 0.65 |
| Hex | FE | BC | 4E | 0 | 1A | 45 | 0 | 26 | 63 | 41 |
| Octal | 376 | 274 | 116 | 0 | 32 | 105 | 0 | 46 | 143 | 101 |
| Binary | 11111110 | 10111100 | 1001110 | 0 | 11010 | 1000101 | 0 | 100110 | 1100011 | 1000001 |
Color Harmonies of #FEBC4E
Complementary color
Monochromatic Colors of #FEBC4E
Black with #FEBC4E
Text Example
Text Example
White with #FEBC4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBC4E; }
p { color: rgb(254,188,78); }
H1.HeaderClassName
{
color: #FEBC4E;
}
.AnyTagClassName
{
color: #FEBC4E;
}
</style>
background-color css
<style>
a { background-color: #FEBC4E; }
a { background-color: rgb(254,188,78); }
div.DivClassName
{
background-color: #FEBC4E;
}
.BgClassName
{
background-color: #FEBC4E;
}
</style>
border-color css
<style>
span { border-color: #FEBC4E; }
span { border-color: rgb(254,188,78); }
td.TdClassName
{
border-color: #FEBC4E;
}
.TagClassName
{
border-color: #FEBC4E;
}
</style>