Shades of Golden Tainoi #FEC85A
Tints of Golden Tainoi #FEC85A
RGB
CMYK
RGB Variations
Color information
#FEC85A (or 0xFEC85A) is known color: Golden Tainoi. HEX triplet: FE, C8 and 5A. RGB value is (254,200,90). Sum of RGB (Red+Green+Blue) = 254+200+90=544 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.69% from 544); Green value is 200 (78.52% from 255 or 36.76% from 544); Blue value is 90 (35.55% from 255 or 16.54% from 544); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC85A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC85A is #0137A5. Grayscale: #CCCCCC. Windows color (decimal): -79782 or 5949694. OLE color: 5949694.
HSL color Cylindrical-coordinate representation of color #FEC85A: hue angle of 40.24º 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 #FEC85A is Cyan = 0, Magento = 0.21, Yellow = 0.65 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 200 | 90 | - |
| CMYK | 0 | 0.21 | 0.65 | 0.00 |
| HSL | 40.24º | 0.99% | 0.67% | - |
| HSV(B) | 40.24º | 0.65% | 1% | - |
| XYZ | 63.37 | 63.12 | 18.52 | - |
| YUV | 203.61 | 63.89 | 163.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 200 | 90 | 0 | 0.21 | 0.65 | 0.00 | 40.24 | 0.99 | 0.67 |
| Hex | FE | C8 | 5A | 0 | 15 | 41 | 0 | 28 | 63 | 43 |
| Octal | 376 | 310 | 132 | 0 | 25 | 101 | 0 | 50 | 143 | 103 |
| Binary | 11111110 | 11001000 | 1011010 | 0 | 10101 | 1000001 | 0 | 101000 | 1100011 | 1000011 |
Color Harmonies of #FEC85A
Complementary color
Monochromatic Colors of #FEC85A
Black with #FEC85A
Text Example
Text Example
White with #FEC85A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC85A; }
p { color: rgb(254,200,90); }
H1.HeaderClassName
{
color: #FEC85A;
}
.AnyTagClassName
{
color: #FEC85A;
}
</style>
background-color css
<style>
a { background-color: #FEC85A; }
a { background-color: rgb(254,200,90); }
div.DivClassName
{
background-color: #FEC85A;
}
.BgClassName
{
background-color: #FEC85A;
}
</style>
border-color css
<style>
span { border-color: #FEC85A; }
span { border-color: rgb(254,200,90); }
td.TdClassName
{
border-color: #FEC85A;
}
.TagClassName
{
border-color: #FEC85A;
}
</style>