Shades of Golden Tainoi #FEC84C
Tints of Golden Tainoi #FEC84C
RGB
CMYK
RGB Variations
Color information
#FEC84C (or 0xFEC84C) is known color: Golden Tainoi. HEX triplet: FE, C8 and 4C. RGB value is (254,200,76). Sum of RGB (Red+Green+Blue) = 254+200+76=530 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.92% from 530); Green value is 200 (78.52% from 255 or 37.74% from 530); Blue value is 76 (30.08% from 255 or 14.34% from 530); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC84C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC84C is #0137B3. Grayscale: #CACACA. Windows color (decimal): -79796 or 5032190. OLE color: 5032190.
HSL color Cylindrical-coordinate representation of color #FEC84C: hue angle of 41.8º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FEC84C is Cyan = 0, Magento = 0.21, Yellow = 0.70 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 200 | 76 | - |
| CMYK | 0 | 0.21 | 0.70 | 0.00 |
| HSL | 41.8º | 0.99% | 0.65% | - |
| HSV(B) | 41.8º | 0.7% | 1% | - |
| XYZ | 62.83 | 62.9 | 15.67 | - |
| YUV | 202.01 | 56.89 | 165.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 200 | 76 | 0 | 0.21 | 0.70 | 0.00 | 41.8 | 0.99 | 0.65 |
| Hex | FE | C8 | 4C | 0 | 15 | 46 | 0 | 2A | 63 | 41 |
| Octal | 376 | 310 | 114 | 0 | 25 | 106 | 0 | 52 | 143 | 101 |
| Binary | 11111110 | 11001000 | 1001100 | 0 | 10101 | 1000110 | 0 | 101010 | 1100011 | 1000001 |
Color Harmonies of #FEC84C
Complementary color
Monochromatic Colors of #FEC84C
Black with #FEC84C
Text Example
Text Example
White with #FEC84C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC84C; }
p { color: rgb(254,200,76); }
H1.HeaderClassName
{
color: #FEC84C;
}
.AnyTagClassName
{
color: #FEC84C;
}
</style>
background-color css
<style>
a { background-color: #FEC84C; }
a { background-color: rgb(254,200,76); }
div.DivClassName
{
background-color: #FEC84C;
}
.BgClassName
{
background-color: #FEC84C;
}
</style>
border-color css
<style>
span { border-color: #FEC84C; }
span { border-color: rgb(254,200,76); }
td.TdClassName
{
border-color: #FEC84C;
}
.TagClassName
{
border-color: #FEC84C;
}
</style>