Shades of Golden Tainoi #FEC04C
Tints of Golden Tainoi #FEC04C
RGB
CMYK
RGB Variations
Color information
#FEC04C (or 0xFEC04C) is known color: Golden Tainoi. HEX triplet: FE, C0 and 4C. RGB value is (254,192,76). Sum of RGB (Red+Green+Blue) = 254+192+76=522 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.66% from 522); Green value is 192 (75.39% from 255 or 36.78% from 522); Blue value is 76 (30.08% from 255 or 14.56% from 522); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC04C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC04C is #013FB3. Grayscale: #C5C5C5. Windows color (decimal): -81844 or 5030142. OLE color: 5030142.
HSL color Cylindrical-coordinate representation of color #FEC04C: hue angle of 39.1º 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 #FEC04C is Cyan = 0, Magento = 0.24, Yellow = 0.70 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 192 | 76 | - |
| CMYK | 0 | 0.24 | 0.70 | 0.00 |
| HSL | 39.1º | 0.99% | 0.65% | - |
| HSV(B) | 39.1º | 0.7% | 1% | - |
| XYZ | 61.03 | 59.29 | 15.07 | - |
| YUV | 197.31 | 59.54 | 168.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 192 | 76 | 0 | 0.24 | 0.70 | 0.00 | 39.1 | 0.99 | 0.65 |
| Hex | FE | C0 | 4C | 0 | 18 | 46 | 0 | 27 | 63 | 41 |
| Octal | 376 | 300 | 114 | 0 | 30 | 106 | 0 | 47 | 143 | 101 |
| Binary | 11111110 | 11000000 | 1001100 | 0 | 11000 | 1000110 | 0 | 100111 | 1100011 | 1000001 |
Color Harmonies of #FEC04C
Complementary color
Monochromatic Colors of #FEC04C
Black with #FEC04C
Text Example
Text Example
White with #FEC04C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC04C; }
p { color: rgb(254,192,76); }
H1.HeaderClassName
{
color: #FEC04C;
}
.AnyTagClassName
{
color: #FEC04C;
}
</style>
background-color css
<style>
a { background-color: #FEC04C; }
a { background-color: rgb(254,192,76); }
div.DivClassName
{
background-color: #FEC04C;
}
.BgClassName
{
background-color: #FEC04C;
}
</style>
border-color css
<style>
span { border-color: #FEC04C; }
span { border-color: rgb(254,192,76); }
td.TdClassName
{
border-color: #FEC04C;
}
.TagClassName
{
border-color: #FEC04C;
}
</style>