Shades of Golden Tainoi #FEC460
Tints of Golden Tainoi #FEC460
RGB
CMYK
RGB Variations
Color information
#FEC460 (or 0xFEC460) is known color: Golden Tainoi. HEX triplet: FE, C4 and 60. RGB value is (254,196,96). Sum of RGB (Red+Green+Blue) = 254+196+96=546 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.52% from 546); Green value is 196 (76.95% from 255 or 35.90% from 546); Blue value is 96 (37.89% from 255 or 17.58% from 546); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC460 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC460 is #013B9F. Grayscale: #CACACA. Windows color (decimal): -80800 or 6341886. OLE color: 6341886.
HSL color Cylindrical-coordinate representation of color #FEC460: hue angle of 37.97º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FEC460 is Cyan = 0, Magento = 0.23, Yellow = 0.62 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 196 | 96 | - |
| CMYK | 0 | 0.23 | 0.62 | 0.00 |
| HSL | 37.97º | 0.99% | 0.69% | - |
| HSV(B) | 37.97º | 0.62% | 1% | - |
| XYZ | 62.72 | 61.4 | 19.61 | - |
| YUV | 201.94 | 68.22 | 165.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 196 | 96 | 0 | 0.23 | 0.62 | 0.00 | 37.97 | 0.99 | 0.69 |
| Hex | FE | C4 | 60 | 0 | 17 | 3E | 0 | 26 | 63 | 45 |
| Octal | 376 | 304 | 140 | 0 | 27 | 76 | 0 | 46 | 143 | 105 |
| Binary | 11111110 | 11000100 | 1100000 | 0 | 10111 | 111110 | 0 | 100110 | 1100011 | 1000101 |
Color Harmonies of #FEC460
Complementary color
Monochromatic Colors of #FEC460
Black with #FEC460
Text Example
Text Example
White with #FEC460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC460; }
p { color: rgb(254,196,96); }
H1.HeaderClassName
{
color: #FEC460;
}
.AnyTagClassName
{
color: #FEC460;
}
</style>
background-color css
<style>
a { background-color: #FEC460; }
a { background-color: rgb(254,196,96); }
div.DivClassName
{
background-color: #FEC460;
}
.BgClassName
{
background-color: #FEC460;
}
</style>
border-color css
<style>
span { border-color: #FEC460; }
span { border-color: rgb(254,196,96); }
td.TdClassName
{
border-color: #FEC460;
}
.TagClassName
{
border-color: #FEC460;
}
</style>