Shades of Golden Tainoi #FFC14E
Tints of Golden Tainoi #FFC14E
RGB
CMYK
RGB Variations
Color information
#FFC14E (or 0xFFC14E) is known color: Golden Tainoi. HEX triplet: FF, C1 and 4E. RGB value is (255,193,78). Sum of RGB (Red+Green+Blue) = 255+193+78=526 (69% of max value = 765). Red value is 255 (100% from 255 or 48.48% from 526); Green value is 193 (75.78% from 255 or 36.69% from 526); Blue value is 78 (30.86% from 255 or 14.83% from 526); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC14E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC14E is #003EB1. Grayscale: #C6C6C6. Windows color (decimal): -16050 or 5161471. OLE color: 5161471.
HSL color Cylindrical-coordinate representation of color #FFC14E: hue angle of 38.98º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FFC14E is Cyan = 0, Magento = 0.24, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 193 | 78 | - |
| CMYK | 0 | 0.24 | 0.69 | 0 |
| HSL | 38.98º | 1% | 0.65% | - |
| HSV(B) | 38.98º | 0.69% | 1% | - |
| XYZ | 61.69 | 59.95 | 15.53 | - |
| YUV | 198.43 | 60.04 | 168.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 193 | 78 | 0 | 0.24 | 0.69 | 0 | 38.98 | 1 | 0.65 |
| Hex | FF | C1 | 4E | 0 | 18 | 45 | 0 | 27 | 64 | 41 |
| Octal | 377 | 301 | 116 | 0 | 30 | 105 | 0 | 47 | 144 | 101 |
| Binary | 11111111 | 11000001 | 1001110 | 0 | 11000 | 1000101 | 0 | 100111 | 1100100 | 1000001 |
Color Harmonies of #FFC14E
Complementary color
Monochromatic Colors of #FFC14E
Black with #FFC14E
Text Example
Text Example
White with #FFC14E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC14E; }
p { color: rgb(255,193,78); }
H1.HeaderClassName
{
color: #FFC14E;
}
.AnyTagClassName
{
color: #FFC14E;
}
</style>
background-color css
<style>
a { background-color: #FFC14E; }
a { background-color: rgb(255,193,78); }
div.DivClassName
{
background-color: #FFC14E;
}
.BgClassName
{
background-color: #FFC14E;
}
</style>
border-color css
<style>
span { border-color: #FFC14E; }
span { border-color: rgb(255,193,78); }
td.TdClassName
{
border-color: #FFC14E;
}
.TagClassName
{
border-color: #FFC14E;
}
</style>