Shades of Golden Tainoi #FEC44D
Tints of Golden Tainoi #FEC44D
RGB
CMYK
RGB Variations
Color information
#FEC44D (or 0xFEC44D) is known color: Golden Tainoi. HEX triplet: FE, C4 and 4D. RGB value is (254,196,77). Sum of RGB (Red+Green+Blue) = 254+196+77=527 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.20% from 527); Green value is 196 (76.95% from 255 or 37.19% from 527); Blue value is 77 (30.47% from 255 or 14.61% from 527); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC44D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC44D is #013BB2. Grayscale: #C8C8C8. Windows color (decimal): -80819 or 5096702. OLE color: 5096702.
HSL color Cylindrical-coordinate representation of color #FEC44D: hue angle of 40.34º 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 #FEC44D is Cyan = 0, Magento = 0.23, Yellow = 0.70 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 196 | 77 | - |
| CMYK | 0 | 0.23 | 0.70 | 0.00 |
| HSL | 40.34º | 0.99% | 0.65% | - |
| HSV(B) | 40.34º | 0.7% | 1% | - |
| XYZ | 61.95 | 61.09 | 15.55 | - |
| YUV | 199.78 | 58.72 | 166.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 196 | 77 | 0 | 0.23 | 0.70 | 0.00 | 40.34 | 0.99 | 0.65 |
| Hex | FE | C4 | 4D | 0 | 17 | 46 | 0 | 28 | 63 | 41 |
| Octal | 376 | 304 | 115 | 0 | 27 | 106 | 0 | 50 | 143 | 101 |
| Binary | 11111110 | 11000100 | 1001101 | 0 | 10111 | 1000110 | 0 | 101000 | 1100011 | 1000001 |
Color Harmonies of #FEC44D
Complementary color
Monochromatic Colors of #FEC44D
Black with #FEC44D
Text Example
Text Example
White with #FEC44D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC44D; }
p { color: rgb(254,196,77); }
H1.HeaderClassName
{
color: #FEC44D;
}
.AnyTagClassName
{
color: #FEC44D;
}
</style>
background-color css
<style>
a { background-color: #FEC44D; }
a { background-color: rgb(254,196,77); }
div.DivClassName
{
background-color: #FEC44D;
}
.BgClassName
{
background-color: #FEC44D;
}
</style>
border-color css
<style>
span { border-color: #FEC44D; }
span { border-color: rgb(254,196,77); }
td.TdClassName
{
border-color: #FEC44D;
}
.TagClassName
{
border-color: #FEC44D;
}
</style>