Shades of Golden Tainoi #FEC852
Tints of Golden Tainoi #FEC852
RGB
CMYK
RGB Variations
Color information
#FEC852 (or 0xFEC852) is known color: Golden Tainoi. HEX triplet: FE, C8 and 52. RGB value is (254,200,82). Sum of RGB (Red+Green+Blue) = 254+200+82=536 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.39% from 536); Green value is 200 (78.52% from 255 or 37.31% from 536); Blue value is 82 (32.42% from 255 or 15.30% from 536); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC852 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC852 is #0137AD. Grayscale: #CBCBCB. Windows color (decimal): -79790 or 5425406. OLE color: 5425406.
HSL color Cylindrical-coordinate representation of color #FEC852: hue angle of 41.16º 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 #FEC852 is Cyan = 0, Magento = 0.21, Yellow = 0.68 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 200 | 82 | - |
| CMYK | 0 | 0.21 | 0.68 | 0.00 |
| HSL | 41.16º | 0.99% | 0.66% | - |
| HSV(B) | 41.16º | 0.68% | 1% | - |
| XYZ | 63.05 | 62.99 | 16.82 | - |
| YUV | 202.69 | 59.89 | 164.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 200 | 82 | 0 | 0.21 | 0.68 | 0.00 | 41.16 | 0.99 | 0.66 |
| Hex | FE | C8 | 52 | 0 | 15 | 44 | 0 | 29 | 63 | 42 |
| Octal | 376 | 310 | 122 | 0 | 25 | 104 | 0 | 51 | 143 | 102 |
| Binary | 11111110 | 11001000 | 1010010 | 0 | 10101 | 1000100 | 0 | 101001 | 1100011 | 1000010 |
Color Harmonies of #FEC852
Complementary color
Monochromatic Colors of #FEC852
Black with #FEC852
Text Example
Text Example
White with #FEC852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC852; }
p { color: rgb(254,200,82); }
H1.HeaderClassName
{
color: #FEC852;
}
.AnyTagClassName
{
color: #FEC852;
}
</style>
background-color css
<style>
a { background-color: #FEC852; }
a { background-color: rgb(254,200,82); }
div.DivClassName
{
background-color: #FEC852;
}
.BgClassName
{
background-color: #FEC852;
}
</style>
border-color css
<style>
span { border-color: #FEC852; }
span { border-color: rgb(254,200,82); }
td.TdClassName
{
border-color: #FEC852;
}
.TagClassName
{
border-color: #FEC852;
}
</style>