Shades of Golden Tainoi #FEBC5A
Tints of Golden Tainoi #FEBC5A
RGB
CMYK
RGB Variations
Color information
#FEBC5A (or 0xFEBC5A) is known color: Golden Tainoi. HEX triplet: FE, BC and 5A. RGB value is (254,188,90). Sum of RGB (Red+Green+Blue) = 254+188+90=532 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.74% from 532); Green value is 188 (73.83% from 255 or 35.34% from 532); Blue value is 90 (35.55% from 255 or 16.92% from 532); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBC5A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEBC5A is #0143A5. Grayscale: #C5C5C5. Windows color (decimal): -82854 or 5946622. OLE color: 5946622.
HSL color Cylindrical-coordinate representation of color #FEBC5A: hue angle of 35.85º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FEBC5A is Cyan = 0, Magento = 0.26, Yellow = 0.65 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 188 | 90 | - |
| CMYK | 0 | 0.26 | 0.65 | 0.00 |
| HSL | 35.85º | 0.99% | 0.67% | - |
| HSV(B) | 35.85º | 0.65% | 1% | - |
| XYZ | 60.7 | 57.78 | 17.63 | - |
| YUV | 196.56 | 67.87 | 168.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 188 | 90 | 0 | 0.26 | 0.65 | 0.00 | 35.85 | 0.99 | 0.67 |
| Hex | FE | BC | 5A | 0 | 1A | 41 | 0 | 24 | 63 | 43 |
| Octal | 376 | 274 | 132 | 0 | 32 | 101 | 0 | 44 | 143 | 103 |
| Binary | 11111110 | 10111100 | 1011010 | 0 | 11010 | 1000001 | 0 | 100100 | 1100011 | 1000011 |
Color Harmonies of #FEBC5A
Complementary color
Monochromatic Colors of #FEBC5A
Black with #FEBC5A
Text Example
Text Example
White with #FEBC5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBC5A; }
p { color: rgb(254,188,90); }
H1.HeaderClassName
{
color: #FEBC5A;
}
.AnyTagClassName
{
color: #FEBC5A;
}
</style>
background-color css
<style>
a { background-color: #FEBC5A; }
a { background-color: rgb(254,188,90); }
div.DivClassName
{
background-color: #FEBC5A;
}
.BgClassName
{
background-color: #FEBC5A;
}
</style>
border-color css
<style>
span { border-color: #FEBC5A; }
span { border-color: rgb(254,188,90); }
td.TdClassName
{
border-color: #FEBC5A;
}
.TagClassName
{
border-color: #FEBC5A;
}
</style>