Shades of Golden Tainoi #FEC74F
Tints of Golden Tainoi #FEC74F
RGB
CMYK
RGB Variations
Color information
#FEC74F (or 0xFEC74F) is known color: Golden Tainoi. HEX triplet: FE, C7 and 4F. RGB value is (254,199,79). Sum of RGB (Red+Green+Blue) = 254+199+79=532 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.74% from 532); Green value is 199 (78.12% from 255 or 37.41% from 532); Blue value is 79 (31.25% from 255 or 14.85% from 532); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC74F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC74F is #0138B0. Grayscale: #CACACA. Windows color (decimal): -80049 or 5228542. OLE color: 5228542.
HSL color Cylindrical-coordinate representation of color #FEC74F: hue angle of 41.14º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FEC74F is Cyan = 0, Magento = 0.22, Yellow = 0.69 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 199 | 79 | - |
| CMYK | 0 | 0.22 | 0.69 | 0.00 |
| HSL | 41.14º | 0.99% | 0.65% | - |
| HSV(B) | 41.14º | 0.69% | 1% | - |
| XYZ | 62.71 | 62.48 | 16.15 | - |
| YUV | 201.77 | 58.72 | 165.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 199 | 79 | 0 | 0.22 | 0.69 | 0.00 | 41.14 | 0.99 | 0.65 |
| Hex | FE | C7 | 4F | 0 | 16 | 45 | 0 | 29 | 63 | 41 |
| Octal | 376 | 307 | 117 | 0 | 26 | 105 | 0 | 51 | 143 | 101 |
| Binary | 11111110 | 11000111 | 1001111 | 0 | 10110 | 1000101 | 0 | 101001 | 1100011 | 1000001 |
Color Harmonies of #FEC74F
Complementary color
Monochromatic Colors of #FEC74F
Black with #FEC74F
Text Example
Text Example
White with #FEC74F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC74F; }
p { color: rgb(254,199,79); }
H1.HeaderClassName
{
color: #FEC74F;
}
.AnyTagClassName
{
color: #FEC74F;
}
</style>
background-color css
<style>
a { background-color: #FEC74F; }
a { background-color: rgb(254,199,79); }
div.DivClassName
{
background-color: #FEC74F;
}
.BgClassName
{
background-color: #FEC74F;
}
</style>
border-color css
<style>
span { border-color: #FEC74F; }
span { border-color: rgb(254,199,79); }
td.TdClassName
{
border-color: #FEC74F;
}
.TagClassName
{
border-color: #FEC74F;
}
</style>