Shades of Golden Tainoi #FEC04D
Tints of Golden Tainoi #FEC04D
RGB
CMYK
RGB Variations
Color information
#FEC04D (or 0xFEC04D) is known color: Golden Tainoi. HEX triplet: FE, C0 and 4D. RGB value is (254,192,77). Sum of RGB (Red+Green+Blue) = 254+192+77=523 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.57% from 523); Green value is 192 (75.39% from 255 or 36.71% from 523); Blue value is 77 (30.47% from 255 or 14.72% from 523); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC04D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC04D is #013FB2. Grayscale: #C5C5C5. Windows color (decimal): -81843 or 5095678. OLE color: 5095678.
HSL color Cylindrical-coordinate representation of color #FEC04D: hue angle of 38.98º 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 #FEC04D is Cyan = 0, Magento = 0.24, Yellow = 0.70 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 192 | 77 | - |
| CMYK | 0 | 0.24 | 0.70 | 0.00 |
| HSL | 38.98º | 0.99% | 0.65% | - |
| HSV(B) | 38.98º | 0.7% | 1% | - |
| XYZ | 61.06 | 59.31 | 15.25 | - |
| YUV | 197.43 | 60.04 | 168.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 192 | 77 | 0 | 0.24 | 0.70 | 0.00 | 38.98 | 0.99 | 0.65 |
| Hex | FE | C0 | 4D | 0 | 18 | 46 | 0 | 27 | 63 | 41 |
| Octal | 376 | 300 | 115 | 0 | 30 | 106 | 0 | 47 | 143 | 101 |
| Binary | 11111110 | 11000000 | 1001101 | 0 | 11000 | 1000110 | 0 | 100111 | 1100011 | 1000001 |
Color Harmonies of #FEC04D
Complementary color
Monochromatic Colors of #FEC04D
Black with #FEC04D
Text Example
Text Example
White with #FEC04D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC04D; }
p { color: rgb(254,192,77); }
H1.HeaderClassName
{
color: #FEC04D;
}
.AnyTagClassName
{
color: #FEC04D;
}
</style>
background-color css
<style>
a { background-color: #FEC04D; }
a { background-color: rgb(254,192,77); }
div.DivClassName
{
background-color: #FEC04D;
}
.BgClassName
{
background-color: #FEC04D;
}
</style>
border-color css
<style>
span { border-color: #FEC04D; }
span { border-color: rgb(254,192,77); }
td.TdClassName
{
border-color: #FEC04D;
}
.TagClassName
{
border-color: #FEC04D;
}
</style>