Shades of Golden Tainoi #FEC74A
Tints of Golden Tainoi #FEC74A
RGB
CMYK
RGB Variations
Color information
#FEC74A (or 0xFEC74A) is known color: Golden Tainoi. HEX triplet: FE, C7 and 4A. RGB value is (254,199,74). Sum of RGB (Red+Green+Blue) = 254+199+74=527 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.20% from 527); Green value is 199 (78.12% from 255 or 37.76% from 527); Blue value is 74 (29.30% from 255 or 14.04% from 527); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC74A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC74A is #0138B5. Grayscale: #C9C9C9. Windows color (decimal): -80054 or 4900862. OLE color: 4900862.
HSL color Cylindrical-coordinate representation of color #FEC74A: hue angle of 41.67º 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 #FEC74A is Cyan = 0, Magento = 0.22, Yellow = 0.71 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 199 | 74 | - |
| CMYK | 0 | 0.22 | 0.71 | 0.00 |
| HSL | 41.67º | 0.99% | 0.64% | - |
| HSV(B) | 41.67º | 0.71% | 1% | - |
| XYZ | 62.53 | 62.41 | 15.23 | - |
| YUV | 201.2 | 56.22 | 165.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 199 | 74 | 0 | 0.22 | 0.71 | 0.00 | 41.67 | 0.99 | 0.64 |
| Hex | FE | C7 | 4A | 0 | 16 | 47 | 0 | 2A | 63 | 40 |
| Octal | 376 | 307 | 112 | 0 | 26 | 107 | 0 | 52 | 143 | 100 |
| Binary | 11111110 | 11000111 | 1001010 | 0 | 10110 | 1000111 | 0 | 101010 | 1100011 | 1000000 |
Color Harmonies of #FEC74A
Complementary color
Monochromatic Colors of #FEC74A
Black with #FEC74A
Text Example
Text Example
White with #FEC74A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC74A; }
p { color: rgb(254,199,74); }
H1.HeaderClassName
{
color: #FEC74A;
}
.AnyTagClassName
{
color: #FEC74A;
}
</style>
background-color css
<style>
a { background-color: #FEC74A; }
a { background-color: rgb(254,199,74); }
div.DivClassName
{
background-color: #FEC74A;
}
.BgClassName
{
background-color: #FEC74A;
}
</style>
border-color css
<style>
span { border-color: #FEC74A; }
span { border-color: rgb(254,199,74); }
td.TdClassName
{
border-color: #FEC74A;
}
.TagClassName
{
border-color: #FEC74A;
}
</style>