Shades of Golden Tainoi #FCC14E
Tints of Golden Tainoi #FCC14E
RGB
CMYK
RGB Variations
Color information
#FCC14E (or 0xFCC14E) is known color: Golden Tainoi. HEX triplet: FC, C1 and 4E. RGB value is (252,193,78). Sum of RGB (Red+Green+Blue) = 252+193+78=523 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.18% from 523); Green value is 193 (75.78% from 255 or 36.90% from 523); Blue value is 78 (30.86% from 255 or 14.91% from 523); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC14E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC14E is #033EB1. Grayscale: #C6C6C6. Windows color (decimal): -212658 or 5161468. OLE color: 5161468.
HSL color Cylindrical-coordinate representation of color #FCC14E: hue angle of 39.66º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FCC14E is Cyan = 0, Magento = 0.23, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 193 | 78 | - |
| CMYK | 0 | 0.23 | 0.69 | 0.01 |
| HSL | 39.66º | 0.97% | 0.65% | - |
| HSV(B) | 39.66º | 0.69% | 0.99% | - |
| XYZ | 60.59 | 59.39 | 15.48 | - |
| YUV | 197.53 | 60.55 | 166.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 193 | 78 | 0 | 0.23 | 0.69 | 0.01 | 39.66 | 0.97 | 0.65 |
| Hex | FC | C1 | 4E | 0 | 17 | 45 | 1 | 28 | 61 | 41 |
| Octal | 374 | 301 | 116 | 0 | 27 | 105 | 1 | 50 | 141 | 101 |
| Binary | 11111100 | 11000001 | 1001110 | 0 | 10111 | 1000101 | 1 | 101000 | 1100001 | 1000001 |
Color Harmonies of #FCC14E
Complementary color
Monochromatic Colors of #FCC14E
Black with #FCC14E
Text Example
Text Example
White with #FCC14E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC14E; }
p { color: rgb(252,193,78); }
H1.HeaderClassName
{
color: #FCC14E;
}
.AnyTagClassName
{
color: #FCC14E;
}
</style>
background-color css
<style>
a { background-color: #FCC14E; }
a { background-color: rgb(252,193,78); }
div.DivClassName
{
background-color: #FCC14E;
}
.BgClassName
{
background-color: #FCC14E;
}
</style>
border-color css
<style>
span { border-color: #FCC14E; }
span { border-color: rgb(252,193,78); }
td.TdClassName
{
border-color: #FCC14E;
}
.TagClassName
{
border-color: #FCC14E;
}
</style>