Shades of Golden Tainoi #FDC044
Tints of Golden Tainoi #FDC044
RGB
CMYK
RGB Variations
Color information
#FDC044 (or 0xFDC044) is known color: Golden Tainoi. HEX triplet: FD, C0 and 44. RGB value is (253,192,68). Sum of RGB (Red+Green+Blue) = 253+192+68=513 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.32% from 513); Green value is 192 (75.39% from 255 or 37.43% from 513); Blue value is 68 (26.95% from 255 or 13.26% from 513); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC044 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC044 is #023FBB. Grayscale: #C4C4C4. Windows color (decimal): -147388 or 4505853. OLE color: 4505853.
HSL color Cylindrical-coordinate representation of color #FDC044: hue angle of 40.22º 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 #FDC044 is Cyan = 0, Magento = 0.24, Yellow = 0.73 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 192 | 68 | - |
| CMYK | 0 | 0.24 | 0.73 | 0.01 |
| HSL | 40.22º | 0.98% | 0.63% | - |
| HSV(B) | 40.22º | 0.73% | 0.99% | - |
| XYZ | 60.4 | 59 | 13.67 | - |
| YUV | 196.1 | 55.71 | 168.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 192 | 68 | 0 | 0.24 | 0.73 | 0.01 | 40.22 | 0.98 | 0.63 |
| Hex | FD | C0 | 44 | 0 | 18 | 49 | 1 | 28 | 62 | 3F |
| Octal | 375 | 300 | 104 | 0 | 30 | 111 | 1 | 50 | 142 | 77 |
| Binary | 11111101 | 11000000 | 1000100 | 0 | 11000 | 1001001 | 1 | 101000 | 1100010 | 111111 |
Color Harmonies of #FDC044
Complementary color
Monochromatic Colors of #FDC044
Black with #FDC044
Text Example
Text Example
White with #FDC044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC044; }
p { color: rgb(253,192,68); }
H1.HeaderClassName
{
color: #FDC044;
}
.AnyTagClassName
{
color: #FDC044;
}
</style>
background-color css
<style>
a { background-color: #FDC044; }
a { background-color: rgb(253,192,68); }
div.DivClassName
{
background-color: #FDC044;
}
.BgClassName
{
background-color: #FDC044;
}
</style>
border-color css
<style>
span { border-color: #FDC044; }
span { border-color: rgb(253,192,68); }
td.TdClassName
{
border-color: #FDC044;
}
.TagClassName
{
border-color: #FDC044;
}
</style>