Shades of Golden Tainoi #FDC04D
Tints of Golden Tainoi #FDC04D
RGB
CMYK
RGB Variations
Color information
#FDC04D (or 0xFDC04D) is known color: Golden Tainoi. HEX triplet: FD, C0 and 4D. RGB value is (253,192,77). Sum of RGB (Red+Green+Blue) = 253+192+77=522 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.47% from 522); Green value is 192 (75.39% from 255 or 36.78% from 522); Blue value is 77 (30.47% from 255 or 14.75% from 522); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC04D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC04D is #023FB2. Grayscale: #C5C5C5. Windows color (decimal): -147379 or 5095677. OLE color: 5095677.
HSL color Cylindrical-coordinate representation of color #FDC04D: hue angle of 39.2º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FDC04D is Cyan = 0, Magento = 0.24, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 192 | 77 | - |
| CMYK | 0 | 0.24 | 0.70 | 0.01 |
| HSL | 39.2º | 0.98% | 0.65% | - |
| HSV(B) | 39.2º | 0.7% | 0.99% | - |
| XYZ | 60.7 | 59.12 | 15.23 | - |
| YUV | 197.13 | 60.21 | 167.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 192 | 77 | 0 | 0.24 | 0.70 | 0.01 | 39.2 | 0.98 | 0.65 |
| Hex | FD | C0 | 4D | 0 | 18 | 46 | 1 | 27 | 62 | 41 |
| Octal | 375 | 300 | 115 | 0 | 30 | 106 | 1 | 47 | 142 | 101 |
| Binary | 11111101 | 11000000 | 1001101 | 0 | 11000 | 1000110 | 1 | 100111 | 1100010 | 1000001 |
Color Harmonies of #FDC04D
Complementary color
Monochromatic Colors of #FDC04D
Black with #FDC04D
Text Example
Text Example
White with #FDC04D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC04D; }
p { color: rgb(253,192,77); }
H1.HeaderClassName
{
color: #FDC04D;
}
.AnyTagClassName
{
color: #FDC04D;
}
</style>
background-color css
<style>
a { background-color: #FDC04D; }
a { background-color: rgb(253,192,77); }
div.DivClassName
{
background-color: #FDC04D;
}
.BgClassName
{
background-color: #FDC04D;
}
</style>
border-color css
<style>
span { border-color: #FDC04D; }
span { border-color: rgb(253,192,77); }
td.TdClassName
{
border-color: #FDC04D;
}
.TagClassName
{
border-color: #FDC04D;
}
</style>