Shades of Golden Tainoi #FEC14E
Tints of Golden Tainoi #FEC14E
RGB
CMYK
RGB Variations
Color information
#FEC14E (or 0xFEC14E) is known color: Golden Tainoi. HEX triplet: FE, C1 and 4E. RGB value is (254,193,78). Sum of RGB (Red+Green+Blue) = 254+193+78=525 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.38% from 525); Green value is 193 (75.78% from 255 or 36.76% from 525); Blue value is 78 (30.86% from 255 or 14.86% from 525); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC14E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC14E is #013EB1. Grayscale: #C6C6C6. Windows color (decimal): -81586 or 5161470. OLE color: 5161470.
HSL color Cylindrical-coordinate representation of color #FEC14E: hue angle of 39.2º 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 #FEC14E is Cyan = 0, Magento = 0.24, Yellow = 0.69 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 193 | 78 | - |
| CMYK | 0 | 0.24 | 0.69 | 0.00 |
| HSL | 39.2º | 0.99% | 0.65% | - |
| HSV(B) | 39.2º | 0.69% | 1% | - |
| XYZ | 61.32 | 59.76 | 15.51 | - |
| YUV | 198.13 | 60.21 | 167.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 193 | 78 | 0 | 0.24 | 0.69 | 0.00 | 39.2 | 0.99 | 0.65 |
| Hex | FE | C1 | 4E | 0 | 18 | 45 | 0 | 27 | 63 | 41 |
| Octal | 376 | 301 | 116 | 0 | 30 | 105 | 0 | 47 | 143 | 101 |
| Binary | 11111110 | 11000001 | 1001110 | 0 | 11000 | 1000101 | 0 | 100111 | 1100011 | 1000001 |
Color Harmonies of #FEC14E
Complementary color
Monochromatic Colors of #FEC14E
Black with #FEC14E
Text Example
Text Example
White with #FEC14E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC14E; }
p { color: rgb(254,193,78); }
H1.HeaderClassName
{
color: #FEC14E;
}
.AnyTagClassName
{
color: #FEC14E;
}
</style>
background-color css
<style>
a { background-color: #FEC14E; }
a { background-color: rgb(254,193,78); }
div.DivClassName
{
background-color: #FEC14E;
}
.BgClassName
{
background-color: #FEC14E;
}
</style>
border-color css
<style>
span { border-color: #FEC14E; }
span { border-color: rgb(254,193,78); }
td.TdClassName
{
border-color: #FEC14E;
}
.TagClassName
{
border-color: #FEC14E;
}
</style>