Shades of Golden Tainoi #FEC34E
Tints of Golden Tainoi #FEC34E
RGB
CMYK
RGB Variations
Color information
#FEC34E (or 0xFEC34E) is known color: Golden Tainoi. HEX triplet: FE, C3 and 4E. RGB value is (254,195,78). Sum of RGB (Red+Green+Blue) = 254+195+78=527 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.20% from 527); Green value is 195 (76.56% from 255 or 37.00% from 527); Blue value is 78 (30.86% from 255 or 14.80% from 527); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC34E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC34E is #013CB1. Grayscale: #C7C7C7. Windows color (decimal): -81074 or 5161982. OLE color: 5161982.
HSL color Cylindrical-coordinate representation of color #FEC34E: hue angle of 39.89º 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 #FEC34E is Cyan = 0, Magento = 0.23, Yellow = 0.69 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 195 | 78 | - |
| CMYK | 0 | 0.23 | 0.69 | 0.00 |
| HSL | 39.89º | 0.99% | 0.65% | - |
| HSV(B) | 39.89º | 0.69% | 1% | - |
| XYZ | 61.76 | 60.65 | 15.66 | - |
| YUV | 199.3 | 59.55 | 167.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 195 | 78 | 0 | 0.23 | 0.69 | 0.00 | 39.89 | 0.99 | 0.65 |
| Hex | FE | C3 | 4E | 0 | 17 | 45 | 0 | 28 | 63 | 41 |
| Octal | 376 | 303 | 116 | 0 | 27 | 105 | 0 | 50 | 143 | 101 |
| Binary | 11111110 | 11000011 | 1001110 | 0 | 10111 | 1000101 | 0 | 101000 | 1100011 | 1000001 |
Color Harmonies of #FEC34E
Complementary color
Monochromatic Colors of #FEC34E
Black with #FEC34E
Text Example
Text Example
White with #FEC34E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC34E; }
p { color: rgb(254,195,78); }
H1.HeaderClassName
{
color: #FEC34E;
}
.AnyTagClassName
{
color: #FEC34E;
}
</style>
background-color css
<style>
a { background-color: #FEC34E; }
a { background-color: rgb(254,195,78); }
div.DivClassName
{
background-color: #FEC34E;
}
.BgClassName
{
background-color: #FEC34E;
}
</style>
border-color css
<style>
span { border-color: #FEC34E; }
span { border-color: rgb(254,195,78); }
td.TdClassName
{
border-color: #FEC34E;
}
.TagClassName
{
border-color: #FEC34E;
}
</style>