Shades of Golden Tainoi #FEC54A
Tints of Golden Tainoi #FEC54A
RGB
CMYK
RGB Variations
Color information
#FEC54A (or 0xFEC54A) is known color: Golden Tainoi. HEX triplet: FE, C5 and 4A. RGB value is (254,197,74). Sum of RGB (Red+Green+Blue) = 254+197+74=525 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.38% from 525); Green value is 197 (77.34% from 255 or 37.52% from 525); Blue value is 74 (29.30% from 255 or 14.10% from 525); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC54A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC54A is #013AB5. Grayscale: #C8C8C8. Windows color (decimal): -80566 or 4900350. OLE color: 4900350.
HSL color Cylindrical-coordinate representation of color #FEC54A: hue angle of 41º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FEC54A is Cyan = 0, Magento = 0.22, Yellow = 0.71 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 197 | 74 | - |
| CMYK | 0 | 0.22 | 0.71 | 0.00 |
| HSL | 41º | 0.99% | 0.64% | - |
| HSV(B) | 41º | 0.71% | 1% | - |
| XYZ | 62.08 | 61.5 | 15.08 | - |
| YUV | 200.02 | 56.88 | 166.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 197 | 74 | 0 | 0.22 | 0.71 | 0.00 | 41 | 0.99 | 0.64 |
| Hex | FE | C5 | 4A | 0 | 16 | 47 | 0 | 29 | 63 | 40 |
| Octal | 376 | 305 | 112 | 0 | 26 | 107 | 0 | 51 | 143 | 100 |
| Binary | 11111110 | 11000101 | 1001010 | 0 | 10110 | 1000111 | 0 | 101001 | 1100011 | 1000000 |
Color Harmonies of #FEC54A
Complementary color
Monochromatic Colors of #FEC54A
Black with #FEC54A
Text Example
Text Example
White with #FEC54A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC54A; }
p { color: rgb(254,197,74); }
H1.HeaderClassName
{
color: #FEC54A;
}
.AnyTagClassName
{
color: #FEC54A;
}
</style>
background-color css
<style>
a { background-color: #FEC54A; }
a { background-color: rgb(254,197,74); }
div.DivClassName
{
background-color: #FEC54A;
}
.BgClassName
{
background-color: #FEC54A;
}
</style>
border-color css
<style>
span { border-color: #FEC54A; }
span { border-color: rgb(254,197,74); }
td.TdClassName
{
border-color: #FEC54A;
}
.TagClassName
{
border-color: #FEC54A;
}
</style>