Shades of Golden Tainoi #FDC644
Tints of Golden Tainoi #FDC644
RGB
CMYK
RGB Variations
Color information
#FDC644 (or 0xFDC644) is known color: Golden Tainoi. HEX triplet: FD, C6 and 44. RGB value is (253,198,68). Sum of RGB (Red+Green+Blue) = 253+198+68=519 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.75% from 519); Green value is 198 (77.73% from 255 or 38.15% from 519); Blue value is 68 (26.95% from 255 or 13.10% from 519); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC644 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC644 is #0239BB. Grayscale: #C8C8C8. Windows color (decimal): -145852 or 4507389. OLE color: 4507389.
HSL color Cylindrical-coordinate representation of color #FDC644: hue angle of 42.16º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FDC644 is Cyan = 0, Magento = 0.22, Yellow = 0.73 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 198 | 68 | - |
| CMYK | 0 | 0.22 | 0.73 | 0.01 |
| HSL | 42.16º | 0.98% | 0.63% | - |
| HSV(B) | 42.16º | 0.73% | 0.99% | - |
| XYZ | 61.75 | 61.69 | 14.12 | - |
| YUV | 199.63 | 53.72 | 166.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 198 | 68 | 0 | 0.22 | 0.73 | 0.01 | 42.16 | 0.98 | 0.63 |
| Hex | FD | C6 | 44 | 0 | 16 | 49 | 1 | 2A | 62 | 3F |
| Octal | 375 | 306 | 104 | 0 | 26 | 111 | 1 | 52 | 142 | 77 |
| Binary | 11111101 | 11000110 | 1000100 | 0 | 10110 | 1001001 | 1 | 101010 | 1100010 | 111111 |
Color Harmonies of #FDC644
Complementary color
Monochromatic Colors of #FDC644
Black with #FDC644
Text Example
Text Example
White with #FDC644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC644; }
p { color: rgb(253,198,68); }
H1.HeaderClassName
{
color: #FDC644;
}
.AnyTagClassName
{
color: #FDC644;
}
</style>
background-color css
<style>
a { background-color: #FDC644; }
a { background-color: rgb(253,198,68); }
div.DivClassName
{
background-color: #FDC644;
}
.BgClassName
{
background-color: #FDC644;
}
</style>
border-color css
<style>
span { border-color: #FDC644; }
span { border-color: rgb(253,198,68); }
td.TdClassName
{
border-color: #FDC644;
}
.TagClassName
{
border-color: #FDC644;
}
</style>