Shades of Golden Tainoi #FEC162
Tints of Golden Tainoi #FEC162
RGB
CMYK
RGB Variations
Color information
#FEC162 (or 0xFEC162) is known color: Golden Tainoi. HEX triplet: FE, C1 and 62. RGB value is (254,193,98). Sum of RGB (Red+Green+Blue) = 254+193+98=545 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.61% from 545); Green value is 193 (75.78% from 255 or 35.41% from 545); Blue value is 98 (38.67% from 255 or 17.98% from 545); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC162 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC162 is #013E9D. Grayscale: #C8C8C8. Windows color (decimal): -81566 or 6472190. OLE color: 6472190.
HSL color Cylindrical-coordinate representation of color #FEC162: hue angle of 36.54º 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 #FEC162 is Cyan = 0, Magento = 0.24, Yellow = 0.61 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 193 | 98 | - |
| CMYK | 0 | 0.24 | 0.61 | 0.00 |
| HSL | 36.54º | 0.99% | 0.69% | - |
| HSV(B) | 36.54º | 0.61% | 1% | - |
| XYZ | 62.15 | 60.09 | 19.88 | - |
| YUV | 200.41 | 70.21 | 166.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 193 | 98 | 0 | 0.24 | 0.61 | 0.00 | 36.54 | 0.99 | 0.69 |
| Hex | FE | C1 | 62 | 0 | 18 | 3D | 0 | 25 | 63 | 45 |
| Octal | 376 | 301 | 142 | 0 | 30 | 75 | 0 | 45 | 143 | 105 |
| Binary | 11111110 | 11000001 | 1100010 | 0 | 11000 | 111101 | 0 | 100101 | 1100011 | 1000101 |
Color Harmonies of #FEC162
Complementary color
Monochromatic Colors of #FEC162
Black with #FEC162
Text Example
Text Example
White with #FEC162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC162; }
p { color: rgb(254,193,98); }
H1.HeaderClassName
{
color: #FEC162;
}
.AnyTagClassName
{
color: #FEC162;
}
</style>
background-color css
<style>
a { background-color: #FEC162; }
a { background-color: rgb(254,193,98); }
div.DivClassName
{
background-color: #FEC162;
}
.BgClassName
{
background-color: #FEC162;
}
</style>
border-color css
<style>
span { border-color: #FEC162; }
span { border-color: rgb(254,193,98); }
td.TdClassName
{
border-color: #FEC162;
}
.TagClassName
{
border-color: #FEC162;
}
</style>