Shades of Golden Tainoi #FEC562
Tints of Golden Tainoi #FEC562
RGB
CMYK
RGB Variations
Color information
#FEC562 (or 0xFEC562) is known color: Golden Tainoi. HEX triplet: FE, C5 and 62. RGB value is (254,197,98). Sum of RGB (Red+Green+Blue) = 254+197+98=549 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.27% from 549); Green value is 197 (77.34% from 255 or 35.88% from 549); Blue value is 98 (38.67% from 255 or 17.85% from 549); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC562 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC562 is #013A9D. Grayscale: #CBCBCB. Windows color (decimal): -80542 or 6473214. OLE color: 6473214.
HSL color Cylindrical-coordinate representation of color #FEC562: hue angle of 38.08º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FEC562 is Cyan = 0, Magento = 0.22, Yellow = 0.61 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 197 | 98 | - |
| CMYK | 0 | 0.22 | 0.61 | 0.00 |
| HSL | 38.08º | 0.99% | 0.69% | - |
| HSV(B) | 38.08º | 0.61% | 1% | - |
| XYZ | 63.04 | 61.89 | 20.18 | - |
| YUV | 202.76 | 68.88 | 164.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 197 | 98 | 0 | 0.22 | 0.61 | 0.00 | 38.08 | 0.99 | 0.69 |
| Hex | FE | C5 | 62 | 0 | 16 | 3D | 0 | 26 | 63 | 45 |
| Octal | 376 | 305 | 142 | 0 | 26 | 75 | 0 | 46 | 143 | 105 |
| Binary | 11111110 | 11000101 | 1100010 | 0 | 10110 | 111101 | 0 | 100110 | 1100011 | 1000101 |
Color Harmonies of #FEC562
Complementary color
Monochromatic Colors of #FEC562
Black with #FEC562
Text Example
Text Example
White with #FEC562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC562; }
p { color: rgb(254,197,98); }
H1.HeaderClassName
{
color: #FEC562;
}
.AnyTagClassName
{
color: #FEC562;
}
</style>
background-color css
<style>
a { background-color: #FEC562; }
a { background-color: rgb(254,197,98); }
div.DivClassName
{
background-color: #FEC562;
}
.BgClassName
{
background-color: #FEC562;
}
</style>
border-color css
<style>
span { border-color: #FEC562; }
span { border-color: rgb(254,197,98); }
td.TdClassName
{
border-color: #FEC562;
}
.TagClassName
{
border-color: #FEC562;
}
</style>