Shades of Golden Tainoi #FEC463
Tints of Golden Tainoi #FEC463
RGB
CMYK
RGB Variations
Color information
#FEC463 (or 0xFEC463) is known color: Golden Tainoi. HEX triplet: FE, C4 and 63. RGB value is (254,196,99). Sum of RGB (Red+Green+Blue) = 254+196+99=549 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.27% from 549); Green value is 196 (76.95% from 255 or 35.70% from 549); Blue value is 99 (39.06% from 255 or 18.03% from 549); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC463 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC463 is #013B9C. Grayscale: #CACACA. Windows color (decimal): -80797 or 6538494. OLE color: 6538494.
HSL color Cylindrical-coordinate representation of color #FEC463: hue angle of 37.55º 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 #FEC463 is Cyan = 0, Magento = 0.23, Yellow = 0.61 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 196 | 99 | - |
| CMYK | 0 | 0.23 | 0.61 | 0.00 |
| HSL | 37.55º | 0.99% | 0.69% | - |
| HSV(B) | 37.55º | 0.61% | 1% | - |
| XYZ | 62.87 | 61.45 | 20.35 | - |
| YUV | 202.28 | 69.72 | 164.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 196 | 99 | 0 | 0.23 | 0.61 | 0.00 | 37.55 | 0.99 | 0.69 |
| Hex | FE | C4 | 63 | 0 | 17 | 3D | 0 | 26 | 63 | 45 |
| Octal | 376 | 304 | 143 | 0 | 27 | 75 | 0 | 46 | 143 | 105 |
| Binary | 11111110 | 11000100 | 1100011 | 0 | 10111 | 111101 | 0 | 100110 | 1100011 | 1000101 |
Color Harmonies of #FEC463
Complementary color
Monochromatic Colors of #FEC463
Black with #FEC463
Text Example
Text Example
White with #FEC463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC463; }
p { color: rgb(254,196,99); }
H1.HeaderClassName
{
color: #FEC463;
}
.AnyTagClassName
{
color: #FEC463;
}
</style>
background-color css
<style>
a { background-color: #FEC463; }
a { background-color: rgb(254,196,99); }
div.DivClassName
{
background-color: #FEC463;
}
.BgClassName
{
background-color: #FEC463;
}
</style>
border-color css
<style>
span { border-color: #FEC463; }
span { border-color: rgb(254,196,99); }
td.TdClassName
{
border-color: #FEC463;
}
.TagClassName
{
border-color: #FEC463;
}
</style>