Shades of Golden Tainoi #FEC264
Tints of Golden Tainoi #FEC264
RGB
CMYK
RGB Variations
Color information
#FEC264 (or 0xFEC264) is known color: Golden Tainoi. HEX triplet: FE, C2 and 64. RGB value is (254,194,100). Sum of RGB (Red+Green+Blue) = 254+194+100=548 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.35% from 548); Green value is 194 (76.17% from 255 or 35.40% from 548); Blue value is 100 (39.45% from 255 or 18.25% from 548); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC264 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC264 is #013D9B. Grayscale: #C9C9C9. Windows color (decimal): -81308 or 6603518. OLE color: 6603518.
HSL color Cylindrical-coordinate representation of color #FEC264: hue angle of 36.62º 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 #FEC264 is Cyan = 0, Magento = 0.24, Yellow = 0.61 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 194 | 100 | - |
| CMYK | 0 | 0.24 | 0.61 | 0.00 |
| HSL | 36.62º | 0.99% | 0.69% | - |
| HSV(B) | 36.62º | 0.61% | 1% | - |
| XYZ | 62.47 | 60.57 | 20.46 | - |
| YUV | 201.22 | 70.88 | 165.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 194 | 100 | 0 | 0.24 | 0.61 | 0.00 | 36.62 | 0.99 | 0.69 |
| Hex | FE | C2 | 64 | 0 | 18 | 3D | 0 | 25 | 63 | 45 |
| Octal | 376 | 302 | 144 | 0 | 30 | 75 | 0 | 45 | 143 | 105 |
| Binary | 11111110 | 11000010 | 1100100 | 0 | 11000 | 111101 | 0 | 100101 | 1100011 | 1000101 |
Color Harmonies of #FEC264
Complementary color
Monochromatic Colors of #FEC264
Black with #FEC264
Text Example
Text Example
White with #FEC264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC264; }
p { color: rgb(254,194,100); }
H1.HeaderClassName
{
color: #FEC264;
}
.AnyTagClassName
{
color: #FEC264;
}
</style>
background-color css
<style>
a { background-color: #FEC264; }
a { background-color: rgb(254,194,100); }
div.DivClassName
{
background-color: #FEC264;
}
.BgClassName
{
background-color: #FEC264;
}
</style>
border-color css
<style>
span { border-color: #FEC264; }
span { border-color: rgb(254,194,100); }
td.TdClassName
{
border-color: #FEC264;
}
.TagClassName
{
border-color: #FEC264;
}
</style>