Shades of Golden Tainoi #FEC54D
Tints of Golden Tainoi #FEC54D
RGB
CMYK
RGB Variations
Color information
#FEC54D (or 0xFEC54D) is known color: Golden Tainoi. HEX triplet: FE, C5 and 4D. RGB value is (254,197,77). Sum of RGB (Red+Green+Blue) = 254+197+77=528 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.11% from 528); Green value is 197 (77.34% from 255 or 37.31% from 528); Blue value is 77 (30.47% from 255 or 14.58% from 528); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC54D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC54D is #013AB2. Grayscale: #C8C8C8. Windows color (decimal): -80563 or 5096958. OLE color: 5096958.
HSL color Cylindrical-coordinate representation of color #FEC54D: hue angle of 40.68º 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 #FEC54D is Cyan = 0, Magento = 0.22, Yellow = 0.70 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 197 | 77 | - |
| CMYK | 0 | 0.22 | 0.70 | 0.00 |
| HSL | 40.68º | 0.99% | 0.65% | - |
| HSV(B) | 40.68º | 0.7% | 1% | - |
| XYZ | 62.18 | 61.54 | 15.62 | - |
| YUV | 200.36 | 58.38 | 166.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 197 | 77 | 0 | 0.22 | 0.70 | 0.00 | 40.68 | 0.99 | 0.65 |
| Hex | FE | C5 | 4D | 0 | 16 | 46 | 0 | 29 | 63 | 41 |
| Octal | 376 | 305 | 115 | 0 | 26 | 106 | 0 | 51 | 143 | 101 |
| Binary | 11111110 | 11000101 | 1001101 | 0 | 10110 | 1000110 | 0 | 101001 | 1100011 | 1000001 |
Color Harmonies of #FEC54D
Complementary color
Monochromatic Colors of #FEC54D
Black with #FEC54D
Text Example
Text Example
White with #FEC54D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC54D; }
p { color: rgb(254,197,77); }
H1.HeaderClassName
{
color: #FEC54D;
}
.AnyTagClassName
{
color: #FEC54D;
}
</style>
background-color css
<style>
a { background-color: #FEC54D; }
a { background-color: rgb(254,197,77); }
div.DivClassName
{
background-color: #FEC54D;
}
.BgClassName
{
background-color: #FEC54D;
}
</style>
border-color css
<style>
span { border-color: #FEC54D; }
span { border-color: rgb(254,197,77); }
td.TdClassName
{
border-color: #FEC54D;
}
.TagClassName
{
border-color: #FEC54D;
}
</style>