Shades of Golden Tainoi #FDC65C
Tints of Golden Tainoi #FDC65C
RGB
CMYK
RGB Variations
Color information
#FDC65C (or 0xFDC65C) is known color: Golden Tainoi. HEX triplet: FD, C6 and 5C. RGB value is (253,198,92). Sum of RGB (Red+Green+Blue) = 253+198+92=543 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.59% from 543); Green value is 198 (77.73% from 255 or 36.46% from 543); Blue value is 92 (36.33% from 255 or 16.94% from 543); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC65C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC65C is #0239A3. Grayscale: #CACACA. Windows color (decimal): -145828 or 6080253. OLE color: 6080253.
HSL color Cylindrical-coordinate representation of color #FDC65C: hue angle of 39.5º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FDC65C is Cyan = 0, Magento = 0.22, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 198 | 92 | - |
| CMYK | 0 | 0.22 | 0.64 | 0.01 |
| HSL | 39.5º | 0.98% | 0.68% | - |
| HSV(B) | 39.5º | 0.64% | 0.99% | - |
| XYZ | 62.63 | 62.04 | 18.8 | - |
| YUV | 202.36 | 65.72 | 164.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 198 | 92 | 0 | 0.22 | 0.64 | 0.01 | 39.5 | 0.98 | 0.68 |
| Hex | FD | C6 | 5C | 0 | 16 | 40 | 1 | 28 | 62 | 44 |
| Octal | 375 | 306 | 134 | 0 | 26 | 100 | 1 | 50 | 142 | 104 |
| Binary | 11111101 | 11000110 | 1011100 | 0 | 10110 | 1000000 | 1 | 101000 | 1100010 | 1000100 |
Color Harmonies of #FDC65C
Complementary color
Monochromatic Colors of #FDC65C
Black with #FDC65C
Text Example
Text Example
White with #FDC65C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC65C; }
p { color: rgb(253,198,92); }
H1.HeaderClassName
{
color: #FDC65C;
}
.AnyTagClassName
{
color: #FDC65C;
}
</style>
background-color css
<style>
a { background-color: #FDC65C; }
a { background-color: rgb(253,198,92); }
div.DivClassName
{
background-color: #FDC65C;
}
.BgClassName
{
background-color: #FDC65C;
}
</style>
border-color css
<style>
span { border-color: #FDC65C; }
span { border-color: rgb(253,198,92); }
td.TdClassName
{
border-color: #FDC65C;
}
.TagClassName
{
border-color: #FDC65C;
}
</style>