Shades of Golden Tainoi #FEC652
Tints of Golden Tainoi #FEC652
RGB
CMYK
RGB Variations
Color information
#FEC652 (or 0xFEC652) is known color: Golden Tainoi. HEX triplet: FE, C6 and 52. RGB value is (254,198,82). Sum of RGB (Red+Green+Blue) = 254+198+82=534 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.57% from 534); Green value is 198 (77.73% from 255 or 37.08% from 534); Blue value is 82 (32.42% from 255 or 15.36% from 534); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC652 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC652 is #0139AD. Grayscale: #CACACA. Windows color (decimal): -80302 or 5424894. OLE color: 5424894.
HSL color Cylindrical-coordinate representation of color #FEC652: hue angle of 40.47º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FEC652 is Cyan = 0, Magento = 0.22, Yellow = 0.68 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 198 | 82 | - |
| CMYK | 0 | 0.22 | 0.68 | 0.00 |
| HSL | 40.47º | 0.99% | 0.66% | - |
| HSV(B) | 40.47º | 0.68% | 1% | - |
| XYZ | 62.59 | 62.07 | 16.66 | - |
| YUV | 201.52 | 60.55 | 165.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 198 | 82 | 0 | 0.22 | 0.68 | 0.00 | 40.47 | 0.99 | 0.66 |
| Hex | FE | C6 | 52 | 0 | 16 | 44 | 0 | 28 | 63 | 42 |
| Octal | 376 | 306 | 122 | 0 | 26 | 104 | 0 | 50 | 143 | 102 |
| Binary | 11111110 | 11000110 | 1010010 | 0 | 10110 | 1000100 | 0 | 101000 | 1100011 | 1000010 |
Color Harmonies of #FEC652
Complementary color
Monochromatic Colors of #FEC652
Black with #FEC652
Text Example
Text Example
White with #FEC652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC652; }
p { color: rgb(254,198,82); }
H1.HeaderClassName
{
color: #FEC652;
}
.AnyTagClassName
{
color: #FEC652;
}
</style>
background-color css
<style>
a { background-color: #FEC652; }
a { background-color: rgb(254,198,82); }
div.DivClassName
{
background-color: #FEC652;
}
.BgClassName
{
background-color: #FEC652;
}
</style>
border-color css
<style>
span { border-color: #FEC652; }
span { border-color: rgb(254,198,82); }
td.TdClassName
{
border-color: #FEC652;
}
.TagClassName
{
border-color: #FEC652;
}
</style>