Shades of Golden Tainoi #FEC04A
Tints of Golden Tainoi #FEC04A
RGB
CMYK
RGB Variations
Color information
#FEC04A (or 0xFEC04A) is known color: Golden Tainoi. HEX triplet: FE, C0 and 4A. RGB value is (254,192,74). Sum of RGB (Red+Green+Blue) = 254+192+74=520 (68% of max value = 765). Red value is 254 (99.61% from 255 or 48.85% from 520); Green value is 192 (75.39% from 255 or 36.92% from 520); Blue value is 74 (29.30% from 255 or 14.23% from 520); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC04A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC04A is #013FB5. Grayscale: #C5C5C5. Windows color (decimal): -81846 or 4899070. OLE color: 4899070.
HSL color Cylindrical-coordinate representation of color #FEC04A: hue angle of 39.33º 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 #FEC04A is Cyan = 0, Magento = 0.24, Yellow = 0.71 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 192 | 74 | - |
| CMYK | 0 | 0.24 | 0.71 | 0.00 |
| HSL | 39.33º | 0.99% | 0.64% | - |
| HSV(B) | 39.33º | 0.71% | 1% | - |
| XYZ | 60.96 | 59.26 | 14.7 | - |
| YUV | 197.09 | 58.54 | 168.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 192 | 74 | 0 | 0.24 | 0.71 | 0.00 | 39.33 | 0.99 | 0.64 |
| Hex | FE | C0 | 4A | 0 | 18 | 47 | 0 | 27 | 63 | 40 |
| Octal | 376 | 300 | 112 | 0 | 30 | 107 | 0 | 47 | 143 | 100 |
| Binary | 11111110 | 11000000 | 1001010 | 0 | 11000 | 1000111 | 0 | 100111 | 1100011 | 1000000 |
Color Harmonies of #FEC04A
Complementary color
Monochromatic Colors of #FEC04A
Black with #FEC04A
Text Example
Text Example
White with #FEC04A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC04A; }
p { color: rgb(254,192,74); }
H1.HeaderClassName
{
color: #FEC04A;
}
.AnyTagClassName
{
color: #FEC04A;
}
</style>
background-color css
<style>
a { background-color: #FEC04A; }
a { background-color: rgb(254,192,74); }
div.DivClassName
{
background-color: #FEC04A;
}
.BgClassName
{
background-color: #FEC04A;
}
</style>
border-color css
<style>
span { border-color: #FEC04A; }
span { border-color: rgb(254,192,74); }
td.TdClassName
{
border-color: #FEC04A;
}
.TagClassName
{
border-color: #FEC04A;
}
</style>