Shades of Golden Tainoi #FEC164
Tints of Golden Tainoi #FEC164
RGB
CMYK
RGB Variations
Color information
#FEC164 (or 0xFEC164) is known color: Golden Tainoi. HEX triplet: FE, C1 and 64. RGB value is (254,193,100). Sum of RGB (Red+Green+Blue) = 254+193+100=547 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.44% from 547); Green value is 193 (75.78% from 255 or 35.28% from 547); Blue value is 100 (39.45% from 255 or 18.28% from 547); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC164 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC164 is #013E9B. Grayscale: #C9C9C9. Windows color (decimal): -81564 or 6603262. OLE color: 6603262.
HSL color Cylindrical-coordinate representation of color #FEC164: hue angle of 36.23º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FEC164 is Cyan = 0, Magento = 0.24, Yellow = 0.61 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 193 | 100 | - |
| CMYK | 0 | 0.24 | 0.61 | 0.00 |
| HSL | 36.23º | 0.99% | 0.69% | - |
| HSV(B) | 36.23º | 0.61% | 1% | - |
| XYZ | 62.24 | 60.13 | 20.38 | - |
| YUV | 200.64 | 71.21 | 166.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 193 | 100 | 0 | 0.24 | 0.61 | 0.00 | 36.23 | 0.99 | 0.69 |
| Hex | FE | C1 | 64 | 0 | 18 | 3D | 0 | 24 | 63 | 45 |
| Octal | 376 | 301 | 144 | 0 | 30 | 75 | 0 | 44 | 143 | 105 |
| Binary | 11111110 | 11000001 | 1100100 | 0 | 11000 | 111101 | 0 | 100100 | 1100011 | 1000101 |
Color Harmonies of #FEC164
Complementary color
Monochromatic Colors of #FEC164
Black with #FEC164
Text Example
Text Example
White with #FEC164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC164; }
p { color: rgb(254,193,100); }
H1.HeaderClassName
{
color: #FEC164;
}
.AnyTagClassName
{
color: #FEC164;
}
</style>
background-color css
<style>
a { background-color: #FEC164; }
a { background-color: rgb(254,193,100); }
div.DivClassName
{
background-color: #FEC164;
}
.BgClassName
{
background-color: #FEC164;
}
</style>
border-color css
<style>
span { border-color: #FEC164; }
span { border-color: rgb(254,193,100); }
td.TdClassName
{
border-color: #FEC164;
}
.TagClassName
{
border-color: #FEC164;
}
</style>