Shades of Golden Tainoi #FDC264
Tints of Golden Tainoi #FDC264
RGB
CMYK
RGB Variations
Color information
#FDC264 (or 0xFDC264) is known color: Golden Tainoi. HEX triplet: FD, C2 and 64. RGB value is (253,194,100). Sum of RGB (Red+Green+Blue) = 253+194+100=547 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.25% from 547); Green value is 194 (76.17% from 255 or 35.47% from 547); Blue value is 100 (39.45% from 255 or 18.28% from 547); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC264 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC264 is #023D9B. Grayscale: #C9C9C9. Windows color (decimal): -146844 or 6603517. OLE color: 6603517.
HSL color Cylindrical-coordinate representation of color #FDC264: hue angle of 36.86º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FDC264 is Cyan = 0, Magento = 0.23, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 194 | 100 | - |
| CMYK | 0 | 0.23 | 0.60 | 0.01 |
| HSL | 36.86º | 0.97% | 0.69% | - |
| HSV(B) | 36.86º | 0.6% | 0.99% | - |
| XYZ | 62.1 | 60.39 | 20.44 | - |
| YUV | 200.93 | 71.05 | 165.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 194 | 100 | 0 | 0.23 | 0.60 | 0.01 | 36.86 | 0.97 | 0.69 |
| Hex | FD | C2 | 64 | 0 | 17 | 3C | 1 | 25 | 61 | 45 |
| Octal | 375 | 302 | 144 | 0 | 27 | 74 | 1 | 45 | 141 | 105 |
| Binary | 11111101 | 11000010 | 1100100 | 0 | 10111 | 111100 | 1 | 100101 | 1100001 | 1000101 |
Color Harmonies of #FDC264
Complementary color
Monochromatic Colors of #FDC264
Black with #FDC264
Text Example
Text Example
White with #FDC264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC264; }
p { color: rgb(253,194,100); }
H1.HeaderClassName
{
color: #FDC264;
}
.AnyTagClassName
{
color: #FDC264;
}
</style>
background-color css
<style>
a { background-color: #FDC264; }
a { background-color: rgb(253,194,100); }
div.DivClassName
{
background-color: #FDC264;
}
.BgClassName
{
background-color: #FDC264;
}
</style>
border-color css
<style>
span { border-color: #FDC264; }
span { border-color: rgb(253,194,100); }
td.TdClassName
{
border-color: #FDC264;
}
.TagClassName
{
border-color: #FDC264;
}
</style>