Shades of Golden Tainoi #FEC662
Tints of Golden Tainoi #FEC662
RGB
CMYK
RGB Variations
Color information
#FEC662 (or 0xFEC662) is known color: Golden Tainoi. HEX triplet: FE, C6 and 62. RGB value is (254,198,98). Sum of RGB (Red+Green+Blue) = 254+198+98=550 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.18% from 550); Green value is 198 (77.73% from 255 or 36% from 550); Blue value is 98 (38.67% from 255 or 17.82% from 550); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC662 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC662 is #01399D. Grayscale: #CBCBCB. Windows color (decimal): -80286 or 6473470. OLE color: 6473470.
HSL color Cylindrical-coordinate representation of color #FEC662: hue angle of 38.46º 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 #FEC662 is Cyan = 0, Magento = 0.22, Yellow = 0.61 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 198 | 98 | - |
| CMYK | 0 | 0.22 | 0.61 | 0.00 |
| HSL | 38.46º | 0.99% | 0.69% | - |
| HSV(B) | 38.46º | 0.61% | 1% | - |
| XYZ | 63.27 | 62.34 | 20.25 | - |
| YUV | 203.34 | 68.55 | 164.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 198 | 98 | 0 | 0.22 | 0.61 | 0.00 | 38.46 | 0.99 | 0.69 |
| Hex | FE | C6 | 62 | 0 | 16 | 3D | 0 | 26 | 63 | 45 |
| Octal | 376 | 306 | 142 | 0 | 26 | 75 | 0 | 46 | 143 | 105 |
| Binary | 11111110 | 11000110 | 1100010 | 0 | 10110 | 111101 | 0 | 100110 | 1100011 | 1000101 |
Color Harmonies of #FEC662
Complementary color
Monochromatic Colors of #FEC662
Black with #FEC662
Text Example
Text Example
White with #FEC662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC662; }
p { color: rgb(254,198,98); }
H1.HeaderClassName
{
color: #FEC662;
}
.AnyTagClassName
{
color: #FEC662;
}
</style>
background-color css
<style>
a { background-color: #FEC662; }
a { background-color: rgb(254,198,98); }
div.DivClassName
{
background-color: #FEC662;
}
.BgClassName
{
background-color: #FEC662;
}
</style>
border-color css
<style>
span { border-color: #FEC662; }
span { border-color: rgb(254,198,98); }
td.TdClassName
{
border-color: #FEC662;
}
.TagClassName
{
border-color: #FEC662;
}
</style>