Shades of Golden Tainoi #FEC062
Tints of Golden Tainoi #FEC062
RGB
CMYK
RGB Variations
Color information
#FEC062 (or 0xFEC062) is known color: Golden Tainoi. HEX triplet: FE, C0 and 62. RGB value is (254,192,98). Sum of RGB (Red+Green+Blue) = 254+192+98=544 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.69% from 544); Green value is 192 (75.39% from 255 or 35.29% from 544); Blue value is 98 (38.67% from 255 or 18.01% from 544); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC062 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC062 is #013F9D. Grayscale: #C8C8C8. Windows color (decimal): -81822 or 6471934. OLE color: 6471934.
HSL color Cylindrical-coordinate representation of color #FEC062: hue angle of 36.15º 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 #FEC062 is Cyan = 0, Magento = 0.24, Yellow = 0.61 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 192 | 98 | - |
| CMYK | 0 | 0.24 | 0.61 | 0.00 |
| HSL | 36.15º | 0.99% | 0.69% | - |
| HSV(B) | 36.15º | 0.61% | 1% | - |
| XYZ | 61.93 | 59.65 | 19.81 | - |
| YUV | 199.82 | 70.54 | 166.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 192 | 98 | 0 | 0.24 | 0.61 | 0.00 | 36.15 | 0.99 | 0.69 |
| Hex | FE | C0 | 62 | 0 | 18 | 3D | 0 | 24 | 63 | 45 |
| Octal | 376 | 300 | 142 | 0 | 30 | 75 | 0 | 44 | 143 | 105 |
| Binary | 11111110 | 11000000 | 1100010 | 0 | 11000 | 111101 | 0 | 100100 | 1100011 | 1000101 |
Color Harmonies of #FEC062
Complementary color
Monochromatic Colors of #FEC062
Black with #FEC062
Text Example
Text Example
White with #FEC062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC062; }
p { color: rgb(254,192,98); }
H1.HeaderClassName
{
color: #FEC062;
}
.AnyTagClassName
{
color: #FEC062;
}
</style>
background-color css
<style>
a { background-color: #FEC062; }
a { background-color: rgb(254,192,98); }
div.DivClassName
{
background-color: #FEC062;
}
.BgClassName
{
background-color: #FEC062;
}
</style>
border-color css
<style>
span { border-color: #FEC062; }
span { border-color: rgb(254,192,98); }
td.TdClassName
{
border-color: #FEC062;
}
.TagClassName
{
border-color: #FEC062;
}
</style>