Shades of Golden Tainoi #FDC05A
Tints of Golden Tainoi #FDC05A
RGB
CMYK
RGB Variations
Color information
#FDC05A (or 0xFDC05A) is known color: Golden Tainoi. HEX triplet: FD, C0 and 5A. RGB value is (253,192,90). Sum of RGB (Red+Green+Blue) = 253+192+90=535 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.29% from 535); Green value is 192 (75.39% from 255 or 35.89% from 535); Blue value is 90 (35.55% from 255 or 16.82% from 535); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC05A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC05A is #023FA5. Grayscale: #C7C7C7. Windows color (decimal): -147366 or 5947645. OLE color: 5947645.
HSL color Cylindrical-coordinate representation of color #FDC05A: hue angle of 37.55º 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 #FDC05A is Cyan = 0, Magento = 0.24, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 192 | 90 | - |
| CMYK | 0 | 0.24 | 0.64 | 0.01 |
| HSL | 37.55º | 0.98% | 0.67% | - |
| HSV(B) | 37.55º | 0.64% | 0.99% | - |
| XYZ | 61.2 | 59.32 | 17.9 | - |
| YUV | 198.61 | 66.71 | 166.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 192 | 90 | 0 | 0.24 | 0.64 | 0.01 | 37.55 | 0.98 | 0.67 |
| Hex | FD | C0 | 5A | 0 | 18 | 40 | 1 | 26 | 62 | 43 |
| Octal | 375 | 300 | 132 | 0 | 30 | 100 | 1 | 46 | 142 | 103 |
| Binary | 11111101 | 11000000 | 1011010 | 0 | 11000 | 1000000 | 1 | 100110 | 1100010 | 1000011 |
Color Harmonies of #FDC05A
Complementary color
Monochromatic Colors of #FDC05A
Black with #FDC05A
Text Example
Text Example
White with #FDC05A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC05A; }
p { color: rgb(253,192,90); }
H1.HeaderClassName
{
color: #FDC05A;
}
.AnyTagClassName
{
color: #FDC05A;
}
</style>
background-color css
<style>
a { background-color: #FDC05A; }
a { background-color: rgb(253,192,90); }
div.DivClassName
{
background-color: #FDC05A;
}
.BgClassName
{
background-color: #FDC05A;
}
</style>
border-color css
<style>
span { border-color: #FDC05A; }
span { border-color: rgb(253,192,90); }
td.TdClassName
{
border-color: #FDC05A;
}
.TagClassName
{
border-color: #FDC05A;
}
</style>