Shades of Golden Tainoi #FDC747
Tints of Golden Tainoi #FDC747
RGB
CMYK
RGB Variations
Color information
#FDC747 (or 0xFDC747) is known color: Golden Tainoi. HEX triplet: FD, C7 and 47. RGB value is (253,199,71). Sum of RGB (Red+Green+Blue) = 253+199+71=523 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.37% from 523); Green value is 199 (78.12% from 255 or 38.05% from 523); Blue value is 71 (28.12% from 255 or 13.58% from 523); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC747 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC747 is #0238B8. Grayscale: #C9C9C9. Windows color (decimal): -145593 or 4704253. OLE color: 4704253.
HSL color Cylindrical-coordinate representation of color #FDC747: hue angle of 42.2º 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 #FDC747 is Cyan = 0, Magento = 0.21, Yellow = 0.72 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 199 | 71 | - |
| CMYK | 0 | 0.21 | 0.72 | 0.01 |
| HSL | 42.2º | 0.98% | 0.64% | - |
| HSV(B) | 42.2º | 0.72% | 0.99% | - |
| XYZ | 62.07 | 62.18 | 14.69 | - |
| YUV | 200.55 | 54.89 | 165.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 199 | 71 | 0 | 0.21 | 0.72 | 0.01 | 42.2 | 0.98 | 0.64 |
| Hex | FD | C7 | 47 | 0 | 15 | 48 | 1 | 2A | 62 | 40 |
| Octal | 375 | 307 | 107 | 0 | 25 | 110 | 1 | 52 | 142 | 100 |
| Binary | 11111101 | 11000111 | 1000111 | 0 | 10101 | 1001000 | 1 | 101010 | 1100010 | 1000000 |
Color Harmonies of #FDC747
Complementary color
Monochromatic Colors of #FDC747
Black with #FDC747
Text Example
Text Example
White with #FDC747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC747; }
p { color: rgb(253,199,71); }
H1.HeaderClassName
{
color: #FDC747;
}
.AnyTagClassName
{
color: #FDC747;
}
</style>
background-color css
<style>
a { background-color: #FDC747; }
a { background-color: rgb(253,199,71); }
div.DivClassName
{
background-color: #FDC747;
}
.BgClassName
{
background-color: #FDC747;
}
</style>
border-color css
<style>
span { border-color: #FDC747; }
span { border-color: rgb(253,199,71); }
td.TdClassName
{
border-color: #FDC747;
}
.TagClassName
{
border-color: #FDC747;
}
</style>