Shades of Golden Tainoi #FEC563
Tints of Golden Tainoi #FEC563
RGB
CMYK
RGB Variations
Color information
#FEC563 (or 0xFEC563) is known color: Golden Tainoi. HEX triplet: FE, C5 and 63. RGB value is (254,197,99). Sum of RGB (Red+Green+Blue) = 254+197+99=550 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.18% from 550); Green value is 197 (77.34% from 255 or 35.82% from 550); Blue value is 99 (39.06% from 255 or 18% from 550); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC563 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC563 is #013A9C. Grayscale: #CBCBCB. Windows color (decimal): -80541 or 6538750. OLE color: 6538750.
HSL color Cylindrical-coordinate representation of color #FEC563: hue angle of 37.94º 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 #FEC563 is Cyan = 0, Magento = 0.22, Yellow = 0.61 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 197 | 99 | - |
| CMYK | 0 | 0.22 | 0.61 | 0.00 |
| HSL | 37.94º | 0.99% | 0.69% | - |
| HSV(B) | 37.94º | 0.61% | 1% | - |
| XYZ | 63.09 | 61.9 | 20.43 | - |
| YUV | 202.87 | 69.38 | 164.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 197 | 99 | 0 | 0.22 | 0.61 | 0.00 | 37.94 | 0.99 | 0.69 |
| Hex | FE | C5 | 63 | 0 | 16 | 3D | 0 | 26 | 63 | 45 |
| Octal | 376 | 305 | 143 | 0 | 26 | 75 | 0 | 46 | 143 | 105 |
| Binary | 11111110 | 11000101 | 1100011 | 0 | 10110 | 111101 | 0 | 100110 | 1100011 | 1000101 |
Color Harmonies of #FEC563
Complementary color
Monochromatic Colors of #FEC563
Black with #FEC563
Text Example
Text Example
White with #FEC563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC563; }
p { color: rgb(254,197,99); }
H1.HeaderClassName
{
color: #FEC563;
}
.AnyTagClassName
{
color: #FEC563;
}
</style>
background-color css
<style>
a { background-color: #FEC563; }
a { background-color: rgb(254,197,99); }
div.DivClassName
{
background-color: #FEC563;
}
.BgClassName
{
background-color: #FEC563;
}
</style>
border-color css
<style>
span { border-color: #FEC563; }
span { border-color: rgb(254,197,99); }
td.TdClassName
{
border-color: #FEC563;
}
.TagClassName
{
border-color: #FEC563;
}
</style>