Shades of Golden Tainoi #FDC45E
Tints of Golden Tainoi #FDC45E
RGB
CMYK
RGB Variations
Color information
#FDC45E (or 0xFDC45E) is known color: Golden Tainoi. HEX triplet: FD, C4 and 5E. RGB value is (253,196,94). Sum of RGB (Red+Green+Blue) = 253+196+94=543 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.59% from 543); Green value is 196 (76.95% from 255 or 36.10% from 543); Blue value is 94 (37.11% from 255 or 17.31% from 543); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC45E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC45E is #023BA1. Grayscale: #C9C9C9. Windows color (decimal): -146338 or 6210813. OLE color: 6210813.
HSL color Cylindrical-coordinate representation of color #FDC45E: hue angle of 38.49º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FDC45E is Cyan = 0, Magento = 0.23, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 196 | 94 | - |
| CMYK | 0 | 0.23 | 0.63 | 0.01 |
| HSL | 38.49º | 0.98% | 0.68% | - |
| HSV(B) | 38.49º | 0.63% | 0.99% | - |
| XYZ | 62.27 | 61.17 | 19.11 | - |
| YUV | 201.42 | 67.38 | 164.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 196 | 94 | 0 | 0.23 | 0.63 | 0.01 | 38.49 | 0.98 | 0.68 |
| Hex | FD | C4 | 5E | 0 | 17 | 3F | 1 | 26 | 62 | 44 |
| Octal | 375 | 304 | 136 | 0 | 27 | 77 | 1 | 46 | 142 | 104 |
| Binary | 11111101 | 11000100 | 1011110 | 0 | 10111 | 111111 | 1 | 100110 | 1100010 | 1000100 |
Color Harmonies of #FDC45E
Complementary color
Monochromatic Colors of #FDC45E
Black with #FDC45E
Text Example
Text Example
White with #FDC45E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC45E; }
p { color: rgb(253,196,94); }
H1.HeaderClassName
{
color: #FDC45E;
}
.AnyTagClassName
{
color: #FDC45E;
}
</style>
background-color css
<style>
a { background-color: #FDC45E; }
a { background-color: rgb(253,196,94); }
div.DivClassName
{
background-color: #FDC45E;
}
.BgClassName
{
background-color: #FDC45E;
}
</style>
border-color css
<style>
span { border-color: #FDC45E; }
span { border-color: rgb(253,196,94); }
td.TdClassName
{
border-color: #FDC45E;
}
.TagClassName
{
border-color: #FDC45E;
}
</style>