Shades of Golden Tainoi #FEC064
Tints of Golden Tainoi #FEC064
RGB
CMYK
RGB Variations
Color information
#FEC064 (or 0xFEC064) is known color: Golden Tainoi. HEX triplet: FE, C0 and 64. RGB value is (254,192,100). Sum of RGB (Red+Green+Blue) = 254+192+100=546 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.52% from 546); Green value is 192 (75.39% from 255 or 35.16% from 546); Blue value is 100 (39.45% from 255 or 18.32% from 546); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC064 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC064 is #013F9B. Grayscale: #C8C8C8. Windows color (decimal): -81820 or 6603006. OLE color: 6603006.
HSL color Cylindrical-coordinate representation of color #FEC064: hue angle of 35.84º 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 #FEC064 is Cyan = 0, Magento = 0.24, Yellow = 0.61 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 192 | 100 | - |
| CMYK | 0 | 0.24 | 0.61 | 0.00 |
| HSL | 35.84º | 0.99% | 0.69% | - |
| HSV(B) | 35.84º | 0.61% | 1% | - |
| XYZ | 62.02 | 59.69 | 20.31 | - |
| YUV | 200.05 | 71.54 | 166.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 192 | 100 | 0 | 0.24 | 0.61 | 0.00 | 35.84 | 0.99 | 0.69 |
| Hex | FE | C0 | 64 | 0 | 18 | 3D | 0 | 24 | 63 | 45 |
| Octal | 376 | 300 | 144 | 0 | 30 | 75 | 0 | 44 | 143 | 105 |
| Binary | 11111110 | 11000000 | 1100100 | 0 | 11000 | 111101 | 0 | 100100 | 1100011 | 1000101 |
Color Harmonies of #FEC064
Complementary color
Monochromatic Colors of #FEC064
Black with #FEC064
Text Example
Text Example
White with #FEC064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC064; }
p { color: rgb(254,192,100); }
H1.HeaderClassName
{
color: #FEC064;
}
.AnyTagClassName
{
color: #FEC064;
}
</style>
background-color css
<style>
a { background-color: #FEC064; }
a { background-color: rgb(254,192,100); }
div.DivClassName
{
background-color: #FEC064;
}
.BgClassName
{
background-color: #FEC064;
}
</style>
border-color css
<style>
span { border-color: #FEC064; }
span { border-color: rgb(254,192,100); }
td.TdClassName
{
border-color: #FEC064;
}
.TagClassName
{
border-color: #FEC064;
}
</style>