Shades of Golden Tainoi #FEC34D
Tints of Golden Tainoi #FEC34D
RGB
CMYK
RGB Variations
Color information
#FEC34D (or 0xFEC34D) is known color: Golden Tainoi. HEX triplet: FE, C3 and 4D. RGB value is (254,195,77). Sum of RGB (Red+Green+Blue) = 254+195+77=526 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.29% from 526); Green value is 195 (76.56% from 255 or 37.07% from 526); Blue value is 77 (30.47% from 255 or 14.64% from 526); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC34D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC34D is #013CB2. Grayscale: #C7C7C7. Windows color (decimal): -81075 or 5096446. OLE color: 5096446.
HSL color Cylindrical-coordinate representation of color #FEC34D: hue angle of 40º 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 #FEC34D is Cyan = 0, Magento = 0.23, Yellow = 0.70 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 195 | 77 | - |
| CMYK | 0 | 0.23 | 0.70 | 0.00 |
| HSL | 40º | 0.99% | 0.65% | - |
| HSV(B) | 40º | 0.7% | 1% | - |
| XYZ | 61.73 | 60.64 | 15.47 | - |
| YUV | 199.19 | 59.05 | 167.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 195 | 77 | 0 | 0.23 | 0.70 | 0.00 | 40 | 0.99 | 0.65 |
| Hex | FE | C3 | 4D | 0 | 17 | 46 | 0 | 28 | 63 | 41 |
| Octal | 376 | 303 | 115 | 0 | 27 | 106 | 0 | 50 | 143 | 101 |
| Binary | 11111110 | 11000011 | 1001101 | 0 | 10111 | 1000110 | 0 | 101000 | 1100011 | 1000001 |
Color Harmonies of #FEC34D
Complementary color
Monochromatic Colors of #FEC34D
Black with #FEC34D
Text Example
Text Example
White with #FEC34D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC34D; }
p { color: rgb(254,195,77); }
H1.HeaderClassName
{
color: #FEC34D;
}
.AnyTagClassName
{
color: #FEC34D;
}
</style>
background-color css
<style>
a { background-color: #FEC34D; }
a { background-color: rgb(254,195,77); }
div.DivClassName
{
background-color: #FEC34D;
}
.BgClassName
{
background-color: #FEC34D;
}
</style>
border-color css
<style>
span { border-color: #FEC34D; }
span { border-color: rgb(254,195,77); }
td.TdClassName
{
border-color: #FEC34D;
}
.TagClassName
{
border-color: #FEC34D;
}
</style>