Shades of Golden Tainoi #FDC34D
Tints of Golden Tainoi #FDC34D
RGB
CMYK
RGB Variations
Color information
#FDC34D (or 0xFDC34D) is known color: Golden Tainoi. HEX triplet: FD, C3 and 4D. RGB value is (253,195,77). Sum of RGB (Red+Green+Blue) = 253+195+77=525 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.19% from 525); Green value is 195 (76.56% from 255 or 37.14% from 525); Blue value is 77 (30.47% from 255 or 14.67% from 525); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC34D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC34D is #023CB2. Grayscale: #C7C7C7. Windows color (decimal): -146611 or 5096445. OLE color: 5096445.
HSL color Cylindrical-coordinate representation of color #FDC34D: hue angle of 40.23º 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 #FDC34D is Cyan = 0, Magento = 0.23, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 195 | 77 | - |
| CMYK | 0 | 0.23 | 0.70 | 0.01 |
| HSL | 40.23º | 0.98% | 0.65% | - |
| HSV(B) | 40.23º | 0.7% | 0.99% | - |
| XYZ | 61.36 | 60.45 | 15.45 | - |
| YUV | 198.89 | 59.22 | 166.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 195 | 77 | 0 | 0.23 | 0.70 | 0.01 | 40.23 | 0.98 | 0.65 |
| Hex | FD | C3 | 4D | 0 | 17 | 46 | 1 | 28 | 62 | 41 |
| Octal | 375 | 303 | 115 | 0 | 27 | 106 | 1 | 50 | 142 | 101 |
| Binary | 11111101 | 11000011 | 1001101 | 0 | 10111 | 1000110 | 1 | 101000 | 1100010 | 1000001 |
Color Harmonies of #FDC34D
Complementary color
Monochromatic Colors of #FDC34D
Black with #FDC34D
Text Example
Text Example
White with #FDC34D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC34D; }
p { color: rgb(253,195,77); }
H1.HeaderClassName
{
color: #FDC34D;
}
.AnyTagClassName
{
color: #FDC34D;
}
</style>
background-color css
<style>
a { background-color: #FDC34D; }
a { background-color: rgb(253,195,77); }
div.DivClassName
{
background-color: #FDC34D;
}
.BgClassName
{
background-color: #FDC34D;
}
</style>
border-color css
<style>
span { border-color: #FDC34D; }
span { border-color: rgb(253,195,77); }
td.TdClassName
{
border-color: #FDC34D;
}
.TagClassName
{
border-color: #FDC34D;
}
</style>