Shades of Golden Tainoi #FEC262
Tints of Golden Tainoi #FEC262
RGB
CMYK
RGB Variations
Color information
#FEC262 (or 0xFEC262) is known color: Golden Tainoi. HEX triplet: FE, C2 and 62. RGB value is (254,194,98). Sum of RGB (Red+Green+Blue) = 254+194+98=546 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.52% from 546); Green value is 194 (76.17% from 255 or 35.53% from 546); Blue value is 98 (38.67% from 255 or 17.95% from 546); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC262 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC262 is #013D9D. Grayscale: #C9C9C9. Windows color (decimal): -81310 or 6472446. OLE color: 6472446.
HSL color Cylindrical-coordinate representation of color #FEC262: hue angle of 36.92º 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 #FEC262 is Cyan = 0, Magento = 0.24, Yellow = 0.61 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 194 | 98 | - |
| CMYK | 0 | 0.24 | 0.61 | 0.00 |
| HSL | 36.92º | 0.99% | 0.69% | - |
| HSV(B) | 36.92º | 0.61% | 1% | - |
| XYZ | 62.37 | 60.54 | 19.95 | - |
| YUV | 201 | 69.88 | 165.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 194 | 98 | 0 | 0.24 | 0.61 | 0.00 | 36.92 | 0.99 | 0.69 |
| Hex | FE | C2 | 62 | 0 | 18 | 3D | 0 | 25 | 63 | 45 |
| Octal | 376 | 302 | 142 | 0 | 30 | 75 | 0 | 45 | 143 | 105 |
| Binary | 11111110 | 11000010 | 1100010 | 0 | 11000 | 111101 | 0 | 100101 | 1100011 | 1000101 |
Color Harmonies of #FEC262
Complementary color
Monochromatic Colors of #FEC262
Black with #FEC262
Text Example
Text Example
White with #FEC262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC262; }
p { color: rgb(254,194,98); }
H1.HeaderClassName
{
color: #FEC262;
}
.AnyTagClassName
{
color: #FEC262;
}
</style>
background-color css
<style>
a { background-color: #FEC262; }
a { background-color: rgb(254,194,98); }
div.DivClassName
{
background-color: #FEC262;
}
.BgClassName
{
background-color: #FEC262;
}
</style>
border-color css
<style>
span { border-color: #FEC262; }
span { border-color: rgb(254,194,98); }
td.TdClassName
{
border-color: #FEC262;
}
.TagClassName
{
border-color: #FEC262;
}
</style>