Shades of Golden Tainoi #FDC047
Tints of Golden Tainoi #FDC047
RGB
CMYK
RGB Variations
Color information
#FDC047 (or 0xFDC047) is known color: Golden Tainoi. HEX triplet: FD, C0 and 47. RGB value is (253,192,71). Sum of RGB (Red+Green+Blue) = 253+192+71=516 (68% of max value = 765). Red value is 253 (99.22% from 255 or 49.03% from 516); Green value is 192 (75.39% from 255 or 37.21% from 516); Blue value is 71 (28.12% from 255 or 13.76% from 516); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC047 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC047 is #023FB8. Grayscale: #C4C4C4. Windows color (decimal): -147385 or 4702461. OLE color: 4702461.
HSL color Cylindrical-coordinate representation of color #FDC047: hue angle of 39.89º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FDC047 is Cyan = 0, Magento = 0.24, Yellow = 0.72 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 192 | 71 | - |
| CMYK | 0 | 0.24 | 0.72 | 0.01 |
| HSL | 39.89º | 0.98% | 0.64% | - |
| HSV(B) | 39.89º | 0.72% | 0.99% | - |
| XYZ | 60.49 | 59.04 | 14.17 | - |
| YUV | 196.45 | 57.21 | 168.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 192 | 71 | 0 | 0.24 | 0.72 | 0.01 | 39.89 | 0.98 | 0.64 |
| Hex | FD | C0 | 47 | 0 | 18 | 48 | 1 | 28 | 62 | 40 |
| Octal | 375 | 300 | 107 | 0 | 30 | 110 | 1 | 50 | 142 | 100 |
| Binary | 11111101 | 11000000 | 1000111 | 0 | 11000 | 1001000 | 1 | 101000 | 1100010 | 1000000 |
Color Harmonies of #FDC047
Complementary color
Monochromatic Colors of #FDC047
Black with #FDC047
Text Example
Text Example
White with #FDC047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC047; }
p { color: rgb(253,192,71); }
H1.HeaderClassName
{
color: #FDC047;
}
.AnyTagClassName
{
color: #FDC047;
}
</style>
background-color css
<style>
a { background-color: #FDC047; }
a { background-color: rgb(253,192,71); }
div.DivClassName
{
background-color: #FDC047;
}
.BgClassName
{
background-color: #FDC047;
}
</style>
border-color css
<style>
span { border-color: #FDC047; }
span { border-color: rgb(253,192,71); }
td.TdClassName
{
border-color: #FDC047;
}
.TagClassName
{
border-color: #FDC047;
}
</style>