Shades of Golden Tainoi #FDC244
Tints of Golden Tainoi #FDC244
RGB
CMYK
RGB Variations
Color information
#FDC244 (or 0xFDC244) is known color: Golden Tainoi. HEX triplet: FD, C2 and 44. RGB value is (253,194,68). Sum of RGB (Red+Green+Blue) = 253+194+68=515 (68% of max value = 765). Red value is 253 (99.22% from 255 or 49.13% from 515); Green value is 194 (76.17% from 255 or 37.67% from 515); Blue value is 68 (26.95% from 255 or 13.20% from 515); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC244 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC244 is #023DBB. Grayscale: #C5C5C5. Windows color (decimal): -146876 or 4506365. OLE color: 4506365.
HSL color Cylindrical-coordinate representation of color #FDC244: hue angle of 40.86º 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 #FDC244 is Cyan = 0, Magento = 0.23, Yellow = 0.73 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 194 | 68 | - |
| CMYK | 0 | 0.23 | 0.73 | 0.01 |
| HSL | 40.86º | 0.98% | 0.63% | - |
| HSV(B) | 40.86º | 0.73% | 0.99% | - |
| XYZ | 60.84 | 59.88 | 13.82 | - |
| YUV | 197.28 | 55.05 | 167.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 194 | 68 | 0 | 0.23 | 0.73 | 0.01 | 40.86 | 0.98 | 0.63 |
| Hex | FD | C2 | 44 | 0 | 17 | 49 | 1 | 29 | 62 | 3F |
| Octal | 375 | 302 | 104 | 0 | 27 | 111 | 1 | 51 | 142 | 77 |
| Binary | 11111101 | 11000010 | 1000100 | 0 | 10111 | 1001001 | 1 | 101001 | 1100010 | 111111 |
Color Harmonies of #FDC244
Complementary color
Monochromatic Colors of #FDC244
Black with #FDC244
Text Example
Text Example
White with #FDC244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC244; }
p { color: rgb(253,194,68); }
H1.HeaderClassName
{
color: #FDC244;
}
.AnyTagClassName
{
color: #FDC244;
}
</style>
background-color css
<style>
a { background-color: #FDC244; }
a { background-color: rgb(253,194,68); }
div.DivClassName
{
background-color: #FDC244;
}
.BgClassName
{
background-color: #FDC244;
}
</style>
border-color css
<style>
span { border-color: #FDC244; }
span { border-color: rgb(253,194,68); }
td.TdClassName
{
border-color: #FDC244;
}
.TagClassName
{
border-color: #FDC244;
}
</style>