Shades of Golden Tainoi #FEC55A
Tints of Golden Tainoi #FEC55A
RGB
CMYK
RGB Variations
Color information
#FEC55A (or 0xFEC55A) is known color: Golden Tainoi. HEX triplet: FE, C5 and 5A. RGB value is (254,197,90). Sum of RGB (Red+Green+Blue) = 254+197+90=541 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.95% from 541); Green value is 197 (77.34% from 255 or 36.41% from 541); Blue value is 90 (35.55% from 255 or 16.64% from 541); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC55A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC55A is #013AA5. Grayscale: #CACACA. Windows color (decimal): -80550 or 5948926. OLE color: 5948926.
HSL color Cylindrical-coordinate representation of color #FEC55A: hue angle of 39.15º 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 #FEC55A is Cyan = 0, Magento = 0.22, Yellow = 0.65 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 197 | 90 | - |
| CMYK | 0 | 0.22 | 0.65 | 0.00 |
| HSL | 39.15º | 0.99% | 0.67% | - |
| HSV(B) | 39.15º | 0.65% | 1% | - |
| XYZ | 62.68 | 61.74 | 18.29 | - |
| YUV | 201.85 | 64.88 | 165.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 197 | 90 | 0 | 0.22 | 0.65 | 0.00 | 39.15 | 0.99 | 0.67 |
| Hex | FE | C5 | 5A | 0 | 16 | 41 | 0 | 27 | 63 | 43 |
| Octal | 376 | 305 | 132 | 0 | 26 | 101 | 0 | 47 | 143 | 103 |
| Binary | 11111110 | 11000101 | 1011010 | 0 | 10110 | 1000001 | 0 | 100111 | 1100011 | 1000011 |
Color Harmonies of #FEC55A
Complementary color
Monochromatic Colors of #FEC55A
Black with #FEC55A
Text Example
Text Example
White with #FEC55A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC55A; }
p { color: rgb(254,197,90); }
H1.HeaderClassName
{
color: #FEC55A;
}
.AnyTagClassName
{
color: #FEC55A;
}
</style>
background-color css
<style>
a { background-color: #FEC55A; }
a { background-color: rgb(254,197,90); }
div.DivClassName
{
background-color: #FEC55A;
}
.BgClassName
{
background-color: #FEC55A;
}
</style>
border-color css
<style>
span { border-color: #FEC55A; }
span { border-color: rgb(254,197,90); }
td.TdClassName
{
border-color: #FEC55A;
}
.TagClassName
{
border-color: #FEC55A;
}
</style>