Shades of Golden Tainoi #FEC84D
Tints of Golden Tainoi #FEC84D
RGB
CMYK
RGB Variations
Color information
#FEC84D (or 0xFEC84D) is known color: Golden Tainoi. HEX triplet: FE, C8 and 4D. RGB value is (254,200,77). Sum of RGB (Red+Green+Blue) = 254+200+77=531 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.83% from 531); Green value is 200 (78.52% from 255 or 37.66% from 531); Blue value is 77 (30.47% from 255 or 14.50% from 531); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC84D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC84D is #0137B2. Grayscale: #CACACA. Windows color (decimal): -79795 or 5097726. OLE color: 5097726.
HSL color Cylindrical-coordinate representation of color #FEC84D: hue angle of 41.69º 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 #FEC84D is Cyan = 0, Magento = 0.21, Yellow = 0.70 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 200 | 77 | - |
| CMYK | 0 | 0.21 | 0.70 | 0.00 |
| HSL | 41.69º | 0.99% | 0.65% | - |
| HSV(B) | 41.69º | 0.7% | 1% | - |
| XYZ | 62.87 | 62.92 | 15.85 | - |
| YUV | 202.12 | 57.39 | 165 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 200 | 77 | 0 | 0.21 | 0.70 | 0.00 | 41.69 | 0.99 | 0.65 |
| Hex | FE | C8 | 4D | 0 | 15 | 46 | 0 | 2A | 63 | 41 |
| Octal | 376 | 310 | 115 | 0 | 25 | 106 | 0 | 52 | 143 | 101 |
| Binary | 11111110 | 11001000 | 1001101 | 0 | 10101 | 1000110 | 0 | 101010 | 1100011 | 1000001 |
Color Harmonies of #FEC84D
Complementary color
Monochromatic Colors of #FEC84D
Black with #FEC84D
Text Example
Text Example
White with #FEC84D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC84D; }
p { color: rgb(254,200,77); }
H1.HeaderClassName
{
color: #FEC84D;
}
.AnyTagClassName
{
color: #FEC84D;
}
</style>
background-color css
<style>
a { background-color: #FEC84D; }
a { background-color: rgb(254,200,77); }
div.DivClassName
{
background-color: #FEC84D;
}
.BgClassName
{
background-color: #FEC84D;
}
</style>
border-color css
<style>
span { border-color: #FEC84D; }
span { border-color: rgb(254,200,77); }
td.TdClassName
{
border-color: #FEC84D;
}
.TagClassName
{
border-color: #FEC84D;
}
</style>