Shades of Golden Tainoi #FEC14A
Tints of Golden Tainoi #FEC14A
RGB
CMYK
RGB Variations
Color information
#FEC14A (or 0xFEC14A) is known color: Golden Tainoi. HEX triplet: FE, C1 and 4A. RGB value is (254,193,74). Sum of RGB (Red+Green+Blue) = 254+193+74=521 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.75% from 521); Green value is 193 (75.78% from 255 or 37.04% from 521); Blue value is 74 (29.30% from 255 or 14.20% from 521); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC14A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC14A is #013EB5. Grayscale: #C6C6C6. Windows color (decimal): -81590 or 4899326. OLE color: 4899326.
HSL color Cylindrical-coordinate representation of color #FEC14A: hue angle of 39.67º 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 #FEC14A is Cyan = 0, Magento = 0.24, Yellow = 0.71 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 193 | 74 | - |
| CMYK | 0 | 0.24 | 0.71 | 0.00 |
| HSL | 39.67º | 0.99% | 0.64% | - |
| HSV(B) | 39.67º | 0.71% | 1% | - |
| XYZ | 61.18 | 59.71 | 14.78 | - |
| YUV | 197.67 | 58.21 | 168.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 193 | 74 | 0 | 0.24 | 0.71 | 0.00 | 39.67 | 0.99 | 0.64 |
| Hex | FE | C1 | 4A | 0 | 18 | 47 | 0 | 28 | 63 | 40 |
| Octal | 376 | 301 | 112 | 0 | 30 | 107 | 0 | 50 | 143 | 100 |
| Binary | 11111110 | 11000001 | 1001010 | 0 | 11000 | 1000111 | 0 | 101000 | 1100011 | 1000000 |
Color Harmonies of #FEC14A
Complementary color
Monochromatic Colors of #FEC14A
Black with #FEC14A
Text Example
Text Example
White with #FEC14A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC14A; }
p { color: rgb(254,193,74); }
H1.HeaderClassName
{
color: #FEC14A;
}
.AnyTagClassName
{
color: #FEC14A;
}
</style>
background-color css
<style>
a { background-color: #FEC14A; }
a { background-color: rgb(254,193,74); }
div.DivClassName
{
background-color: #FEC14A;
}
.BgClassName
{
background-color: #FEC14A;
}
</style>
border-color css
<style>
span { border-color: #FEC14A; }
span { border-color: rgb(254,193,74); }
td.TdClassName
{
border-color: #FEC14A;
}
.TagClassName
{
border-color: #FEC14A;
}
</style>