Shades of Golden Tainoi #FEC74C
Tints of Golden Tainoi #FEC74C
RGB
CMYK
RGB Variations
Color information
#FEC74C (or 0xFEC74C) is known color: Golden Tainoi. HEX triplet: FE, C7 and 4C. RGB value is (254,199,76). Sum of RGB (Red+Green+Blue) = 254+199+76=529 (70% of max value = 765). Red value is 254 (99.61% from 255 or 48.02% from 529); Green value is 199 (78.12% from 255 or 37.62% from 529); Blue value is 76 (30.08% from 255 or 14.37% from 529); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC74C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC74C is #0138B3. Grayscale: #C9C9C9. Windows color (decimal): -80052 or 5031934. OLE color: 5031934.
HSL color Cylindrical-coordinate representation of color #FEC74C: hue angle of 41.46º 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 #FEC74C is Cyan = 0, Magento = 0.22, Yellow = 0.70 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 199 | 76 | - |
| CMYK | 0 | 0.22 | 0.70 | 0.00 |
| HSL | 41.46º | 0.99% | 0.65% | - |
| HSV(B) | 41.46º | 0.7% | 1% | - |
| XYZ | 62.6 | 62.44 | 15.59 | - |
| YUV | 201.42 | 57.22 | 165.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 199 | 76 | 0 | 0.22 | 0.70 | 0.00 | 41.46 | 0.99 | 0.65 |
| Hex | FE | C7 | 4C | 0 | 16 | 46 | 0 | 29 | 63 | 41 |
| Octal | 376 | 307 | 114 | 0 | 26 | 106 | 0 | 51 | 143 | 101 |
| Binary | 11111110 | 11000111 | 1001100 | 0 | 10110 | 1000110 | 0 | 101001 | 1100011 | 1000001 |
Color Harmonies of #FEC74C
Complementary color
Monochromatic Colors of #FEC74C
Black with #FEC74C
Text Example
Text Example
White with #FEC74C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC74C; }
p { color: rgb(254,199,76); }
H1.HeaderClassName
{
color: #FEC74C;
}
.AnyTagClassName
{
color: #FEC74C;
}
</style>
background-color css
<style>
a { background-color: #FEC74C; }
a { background-color: rgb(254,199,76); }
div.DivClassName
{
background-color: #FEC74C;
}
.BgClassName
{
background-color: #FEC74C;
}
</style>
border-color css
<style>
span { border-color: #FEC74C; }
span { border-color: rgb(254,199,76); }
td.TdClassName
{
border-color: #FEC74C;
}
.TagClassName
{
border-color: #FEC74C;
}
</style>