Shades of Golden Tainoi #FDC65B
Tints of Golden Tainoi #FDC65B
RGB
CMYK
RGB Variations
Color information
#FDC65B (or 0xFDC65B) is known color: Golden Tainoi. HEX triplet: FD, C6 and 5B. RGB value is (253,198,91). Sum of RGB (Red+Green+Blue) = 253+198+91=542 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.68% from 542); Green value is 198 (77.73% from 255 or 36.53% from 542); Blue value is 91 (35.94% from 255 or 16.79% from 542); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC65B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC65B is #0239A4. Grayscale: #CACACA. Windows color (decimal): -145829 or 6014717. OLE color: 6014717.
HSL color Cylindrical-coordinate representation of color #FDC65B: hue angle of 39.63º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FDC65B is Cyan = 0, Magento = 0.22, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 198 | 91 | - |
| CMYK | 0 | 0.22 | 0.64 | 0.01 |
| HSL | 39.63º | 0.98% | 0.67% | - |
| HSV(B) | 39.63º | 0.64% | 0.99% | - |
| XYZ | 62.59 | 62.03 | 18.57 | - |
| YUV | 202.25 | 65.22 | 164.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 198 | 91 | 0 | 0.22 | 0.64 | 0.01 | 39.63 | 0.98 | 0.67 |
| Hex | FD | C6 | 5B | 0 | 16 | 40 | 1 | 28 | 62 | 43 |
| Octal | 375 | 306 | 133 | 0 | 26 | 100 | 1 | 50 | 142 | 103 |
| Binary | 11111101 | 11000110 | 1011011 | 0 | 10110 | 1000000 | 1 | 101000 | 1100010 | 1000011 |
Color Harmonies of #FDC65B
Complementary color
Monochromatic Colors of #FDC65B
Black with #FDC65B
Text Example
Text Example
White with #FDC65B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC65B; }
p { color: rgb(253,198,91); }
H1.HeaderClassName
{
color: #FDC65B;
}
.AnyTagClassName
{
color: #FDC65B;
}
</style>
background-color css
<style>
a { background-color: #FDC65B; }
a { background-color: rgb(253,198,91); }
div.DivClassName
{
background-color: #FDC65B;
}
.BgClassName
{
background-color: #FDC65B;
}
</style>
border-color css
<style>
span { border-color: #FDC65B; }
span { border-color: rgb(253,198,91); }
td.TdClassName
{
border-color: #FDC65B;
}
.TagClassName
{
border-color: #FDC65B;
}
</style>