Shades of Golden Tainoi #FDC065
Tints of Golden Tainoi #FDC065
RGB
CMYK
RGB Variations
Color information
#FDC065 (or 0xFDC065) is known color: Golden Tainoi. HEX triplet: FD, C0 and 65. RGB value is (253,192,101). Sum of RGB (Red+Green+Blue) = 253+192+101=546 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.34% from 546); Green value is 192 (75.39% from 255 or 35.16% from 546); Blue value is 101 (39.84% from 255 or 18.50% from 546); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC065 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC065 is #023F9A. Grayscale: #C8C8C8. Windows color (decimal): -147355 or 6668541. OLE color: 6668541.
HSL color Cylindrical-coordinate representation of color #FDC065: hue angle of 35.92º 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 #FDC065 is Cyan = 0, Magento = 0.24, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 192 | 101 | - |
| CMYK | 0 | 0.24 | 0.60 | 0.01 |
| HSL | 35.92º | 0.97% | 0.69% | - |
| HSV(B) | 35.92º | 0.6% | 0.99% | - |
| XYZ | 61.71 | 59.52 | 20.55 | - |
| YUV | 199.87 | 72.21 | 165.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 192 | 101 | 0 | 0.24 | 0.60 | 0.01 | 35.92 | 0.97 | 0.69 |
| Hex | FD | C0 | 65 | 0 | 18 | 3C | 1 | 24 | 61 | 45 |
| Octal | 375 | 300 | 145 | 0 | 30 | 74 | 1 | 44 | 141 | 105 |
| Binary | 11111101 | 11000000 | 1100101 | 0 | 11000 | 111100 | 1 | 100100 | 1100001 | 1000101 |
Color Harmonies of #FDC065
Complementary color
Monochromatic Colors of #FDC065
Black with #FDC065
Text Example
Text Example
White with #FDC065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC065; }
p { color: rgb(253,192,101); }
H1.HeaderClassName
{
color: #FDC065;
}
.AnyTagClassName
{
color: #FDC065;
}
</style>
background-color css
<style>
a { background-color: #FDC065; }
a { background-color: rgb(253,192,101); }
div.DivClassName
{
background-color: #FDC065;
}
.BgClassName
{
background-color: #FDC065;
}
</style>
border-color css
<style>
span { border-color: #FDC065; }
span { border-color: rgb(253,192,101); }
td.TdClassName
{
border-color: #FDC065;
}
.TagClassName
{
border-color: #FDC065;
}
</style>