Shades of Golden Tainoi #FEC54C
Tints of Golden Tainoi #FEC54C
RGB
CMYK
RGB Variations
Color information
#FEC54C (or 0xFEC54C) is known color: Golden Tainoi. HEX triplet: FE, C5 and 4C. RGB value is (254,197,76). Sum of RGB (Red+Green+Blue) = 254+197+76=527 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.20% from 527); Green value is 197 (77.34% from 255 or 37.38% from 527); Blue value is 76 (30.08% from 255 or 14.42% from 527); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC54C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC54C is #013AB3. Grayscale: #C8C8C8. Windows color (decimal): -80564 or 5031422. OLE color: 5031422.
HSL color Cylindrical-coordinate representation of color #FEC54C: hue angle of 40.79º 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 #FEC54C is Cyan = 0, Magento = 0.22, Yellow = 0.70 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 197 | 76 | - |
| CMYK | 0 | 0.22 | 0.70 | 0.00 |
| HSL | 40.79º | 0.99% | 0.65% | - |
| HSV(B) | 40.79º | 0.7% | 1% | - |
| XYZ | 62.14 | 61.53 | 15.44 | - |
| YUV | 200.25 | 57.88 | 166.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 197 | 76 | 0 | 0.22 | 0.70 | 0.00 | 40.79 | 0.99 | 0.65 |
| Hex | FE | C5 | 4C | 0 | 16 | 46 | 0 | 29 | 63 | 41 |
| Octal | 376 | 305 | 114 | 0 | 26 | 106 | 0 | 51 | 143 | 101 |
| Binary | 11111110 | 11000101 | 1001100 | 0 | 10110 | 1000110 | 0 | 101001 | 1100011 | 1000001 |
Color Harmonies of #FEC54C
Complementary color
Monochromatic Colors of #FEC54C
Black with #FEC54C
Text Example
Text Example
White with #FEC54C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC54C; }
p { color: rgb(254,197,76); }
H1.HeaderClassName
{
color: #FEC54C;
}
.AnyTagClassName
{
color: #FEC54C;
}
</style>
background-color css
<style>
a { background-color: #FEC54C; }
a { background-color: rgb(254,197,76); }
div.DivClassName
{
background-color: #FEC54C;
}
.BgClassName
{
background-color: #FEC54C;
}
</style>
border-color css
<style>
span { border-color: #FEC54C; }
span { border-color: rgb(254,197,76); }
td.TdClassName
{
border-color: #FEC54C;
}
.TagClassName
{
border-color: #FEC54C;
}
</style>