Shades of Golden Tainoi #FEC752
Tints of Golden Tainoi #FEC752
RGB
CMYK
RGB Variations
Color information
#FEC752 (or 0xFEC752) is known color: Golden Tainoi. HEX triplet: FE, C7 and 52. RGB value is (254,199,82). Sum of RGB (Red+Green+Blue) = 254+199+82=535 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.48% from 535); Green value is 199 (78.12% from 255 or 37.20% from 535); Blue value is 82 (32.42% from 255 or 15.33% from 535); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC752 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC752 is #0138AD. Grayscale: #CACACA. Windows color (decimal): -80046 or 5425150. OLE color: 5425150.
HSL color Cylindrical-coordinate representation of color #FEC752: hue angle of 40.81º 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 #FEC752 is Cyan = 0, Magento = 0.22, Yellow = 0.68 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 199 | 82 | - |
| CMYK | 0 | 0.22 | 0.68 | 0.00 |
| HSL | 40.81º | 0.99% | 0.66% | - |
| HSV(B) | 40.81º | 0.68% | 1% | - |
| XYZ | 62.82 | 62.53 | 16.74 | - |
| YUV | 202.11 | 60.22 | 165.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 199 | 82 | 0 | 0.22 | 0.68 | 0.00 | 40.81 | 0.99 | 0.66 |
| Hex | FE | C7 | 52 | 0 | 16 | 44 | 0 | 29 | 63 | 42 |
| Octal | 376 | 307 | 122 | 0 | 26 | 104 | 0 | 51 | 143 | 102 |
| Binary | 11111110 | 11000111 | 1010010 | 0 | 10110 | 1000100 | 0 | 101001 | 1100011 | 1000010 |
Color Harmonies of #FEC752
Complementary color
Monochromatic Colors of #FEC752
Black with #FEC752
Text Example
Text Example
White with #FEC752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC752; }
p { color: rgb(254,199,82); }
H1.HeaderClassName
{
color: #FEC752;
}
.AnyTagClassName
{
color: #FEC752;
}
</style>
background-color css
<style>
a { background-color: #FEC752; }
a { background-color: rgb(254,199,82); }
div.DivClassName
{
background-color: #FEC752;
}
.BgClassName
{
background-color: #FEC752;
}
</style>
border-color css
<style>
span { border-color: #FEC752; }
span { border-color: rgb(254,199,82); }
td.TdClassName
{
border-color: #FEC752;
}
.TagClassName
{
border-color: #FEC752;
}
</style>