Shades of Golden Tainoi #FDC147
Tints of Golden Tainoi #FDC147
RGB
CMYK
RGB Variations
Color information
#FDC147 (or 0xFDC147) is known color: Golden Tainoi. HEX triplet: FD, C1 and 47. RGB value is (253,193,71). Sum of RGB (Red+Green+Blue) = 253+193+71=517 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.94% from 517); Green value is 193 (75.78% from 255 or 37.33% from 517); Blue value is 71 (28.12% from 255 or 13.73% from 517); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC147 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC147 is #023EB8. Grayscale: #C5C5C5. Windows color (decimal): -147129 or 4702717. OLE color: 4702717.
HSL color Cylindrical-coordinate representation of color #FDC147: hue angle of 40.22º 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 #FDC147 is Cyan = 0, Magento = 0.24, Yellow = 0.72 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 193 | 71 | - |
| CMYK | 0 | 0.24 | 0.72 | 0.01 |
| HSL | 40.22º | 0.98% | 0.64% | - |
| HSV(B) | 40.22º | 0.72% | 0.99% | - |
| XYZ | 60.72 | 59.48 | 14.24 | - |
| YUV | 197.03 | 56.88 | 167.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 193 | 71 | 0 | 0.24 | 0.72 | 0.01 | 40.22 | 0.98 | 0.64 |
| Hex | FD | C1 | 47 | 0 | 18 | 48 | 1 | 28 | 62 | 40 |
| Octal | 375 | 301 | 107 | 0 | 30 | 110 | 1 | 50 | 142 | 100 |
| Binary | 11111101 | 11000001 | 1000111 | 0 | 11000 | 1001000 | 1 | 101000 | 1100010 | 1000000 |
Color Harmonies of #FDC147
Complementary color
Monochromatic Colors of #FDC147
Black with #FDC147
Text Example
Text Example
White with #FDC147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC147; }
p { color: rgb(253,193,71); }
H1.HeaderClassName
{
color: #FDC147;
}
.AnyTagClassName
{
color: #FDC147;
}
</style>
background-color css
<style>
a { background-color: #FDC147; }
a { background-color: rgb(253,193,71); }
div.DivClassName
{
background-color: #FDC147;
}
.BgClassName
{
background-color: #FDC147;
}
</style>
border-color css
<style>
span { border-color: #FDC147; }
span { border-color: rgb(253,193,71); }
td.TdClassName
{
border-color: #FDC147;
}
.TagClassName
{
border-color: #FDC147;
}
</style>