Shades of Golden Tainoi #FEC34A
Tints of Golden Tainoi #FEC34A
RGB
CMYK
RGB Variations
Color information
#FEC34A (or 0xFEC34A) is known color: Golden Tainoi. HEX triplet: FE, C3 and 4A. RGB value is (254,195,74). Sum of RGB (Red+Green+Blue) = 254+195+74=523 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.57% from 523); Green value is 195 (76.56% from 255 or 37.28% from 523); Blue value is 74 (29.30% from 255 or 14.15% from 523); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC34A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC34A is #013CB5. Grayscale: #C7C7C7. Windows color (decimal): -81078 or 4899838. OLE color: 4899838.
HSL color Cylindrical-coordinate representation of color #FEC34A: hue angle of 40.33º 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 #FEC34A is Cyan = 0, Magento = 0.23, Yellow = 0.71 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 195 | 74 | - |
| CMYK | 0 | 0.23 | 0.71 | 0.00 |
| HSL | 40.33º | 0.99% | 0.64% | - |
| HSV(B) | 40.33º | 0.71% | 1% | - |
| XYZ | 61.62 | 60.6 | 14.93 | - |
| YUV | 198.85 | 57.55 | 167.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 195 | 74 | 0 | 0.23 | 0.71 | 0.00 | 40.33 | 0.99 | 0.64 |
| Hex | FE | C3 | 4A | 0 | 17 | 47 | 0 | 28 | 63 | 40 |
| Octal | 376 | 303 | 112 | 0 | 27 | 107 | 0 | 50 | 143 | 100 |
| Binary | 11111110 | 11000011 | 1001010 | 0 | 10111 | 1000111 | 0 | 101000 | 1100011 | 1000000 |
Color Harmonies of #FEC34A
Complementary color
Monochromatic Colors of #FEC34A
Black with #FEC34A
Text Example
Text Example
White with #FEC34A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC34A; }
p { color: rgb(254,195,74); }
H1.HeaderClassName
{
color: #FEC34A;
}
.AnyTagClassName
{
color: #FEC34A;
}
</style>
background-color css
<style>
a { background-color: #FEC34A; }
a { background-color: rgb(254,195,74); }
div.DivClassName
{
background-color: #FEC34A;
}
.BgClassName
{
background-color: #FEC34A;
}
</style>
border-color css
<style>
span { border-color: #FEC34A; }
span { border-color: rgb(254,195,74); }
td.TdClassName
{
border-color: #FEC34A;
}
.TagClassName
{
border-color: #FEC34A;
}
</style>