Shades of Golden Tainoi #FDC048
Tints of Golden Tainoi #FDC048
RGB
CMYK
RGB Variations
Color information
#FDC048 (or 0xFDC048) is known color: Golden Tainoi. HEX triplet: FD, C0 and 48. RGB value is (253,192,72). Sum of RGB (Red+Green+Blue) = 253+192+72=517 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.94% from 517); Green value is 192 (75.39% from 255 or 37.14% from 517); Blue value is 72 (28.52% from 255 or 13.93% from 517); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC048 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC048 is #023FB7. Grayscale: #C5C5C5. Windows color (decimal): -147384 or 4767997. OLE color: 4767997.
HSL color Cylindrical-coordinate representation of color #FDC048: hue angle of 39.78º 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 #FDC048 is Cyan = 0, Magento = 0.24, Yellow = 0.72 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 192 | 72 | - |
| CMYK | 0 | 0.24 | 0.72 | 0.01 |
| HSL | 39.78º | 0.98% | 0.64% | - |
| HSV(B) | 39.78º | 0.72% | 0.99% | - |
| XYZ | 60.53 | 59.05 | 14.34 | - |
| YUV | 196.56 | 57.71 | 168.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 192 | 72 | 0 | 0.24 | 0.72 | 0.01 | 39.78 | 0.98 | 0.64 |
| Hex | FD | C0 | 48 | 0 | 18 | 48 | 1 | 28 | 62 | 40 |
| Octal | 375 | 300 | 110 | 0 | 30 | 110 | 1 | 50 | 142 | 100 |
| Binary | 11111101 | 11000000 | 1001000 | 0 | 11000 | 1001000 | 1 | 101000 | 1100010 | 1000000 |
Color Harmonies of #FDC048
Complementary color
Monochromatic Colors of #FDC048
Black with #FDC048
Text Example
Text Example
White with #FDC048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC048; }
p { color: rgb(253,192,72); }
H1.HeaderClassName
{
color: #FDC048;
}
.AnyTagClassName
{
color: #FDC048;
}
</style>
background-color css
<style>
a { background-color: #FDC048; }
a { background-color: rgb(253,192,72); }
div.DivClassName
{
background-color: #FDC048;
}
.BgClassName
{
background-color: #FDC048;
}
</style>
border-color css
<style>
span { border-color: #FDC048; }
span { border-color: rgb(253,192,72); }
td.TdClassName
{
border-color: #FDC048;
}
.TagClassName
{
border-color: #FDC048;
}
</style>