Shades of Golden Tainoi #FDC64C
Tints of Golden Tainoi #FDC64C
RGB
CMYK
RGB Variations
Color information
#FDC64C (or 0xFDC64C) is known color: Golden Tainoi. HEX triplet: FD, C6 and 4C. RGB value is (253,198,76). Sum of RGB (Red+Green+Blue) = 253+198+76=527 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.01% from 527); Green value is 198 (77.73% from 255 or 37.57% from 527); Blue value is 76 (30.08% from 255 or 14.42% from 527); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC64C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC64C is #0239B3. Grayscale: #C9C9C9. Windows color (decimal): -145844 or 5031677. OLE color: 5031677.
HSL color Cylindrical-coordinate representation of color #FDC64C: hue angle of 41.36º 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 #FDC64C is Cyan = 0, Magento = 0.22, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 198 | 76 | - |
| CMYK | 0 | 0.22 | 0.70 | 0.01 |
| HSL | 41.36º | 0.98% | 0.65% | - |
| HSV(B) | 41.36º | 0.7% | 0.99% | - |
| XYZ | 62.01 | 61.79 | 15.5 | - |
| YUV | 200.54 | 57.72 | 165.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 198 | 76 | 0 | 0.22 | 0.70 | 0.01 | 41.36 | 0.98 | 0.65 |
| Hex | FD | C6 | 4C | 0 | 16 | 46 | 1 | 29 | 62 | 41 |
| Octal | 375 | 306 | 114 | 0 | 26 | 106 | 1 | 51 | 142 | 101 |
| Binary | 11111101 | 11000110 | 1001100 | 0 | 10110 | 1000110 | 1 | 101001 | 1100010 | 1000001 |
Color Harmonies of #FDC64C
Complementary color
Monochromatic Colors of #FDC64C
Black with #FDC64C
Text Example
Text Example
White with #FDC64C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC64C; }
p { color: rgb(253,198,76); }
H1.HeaderClassName
{
color: #FDC64C;
}
.AnyTagClassName
{
color: #FDC64C;
}
</style>
background-color css
<style>
a { background-color: #FDC64C; }
a { background-color: rgb(253,198,76); }
div.DivClassName
{
background-color: #FDC64C;
}
.BgClassName
{
background-color: #FDC64C;
}
</style>
border-color css
<style>
span { border-color: #FDC64C; }
span { border-color: rgb(253,198,76); }
td.TdClassName
{
border-color: #FDC64C;
}
.TagClassName
{
border-color: #FDC64C;
}
</style>