Shades of Golden Tainoi #FDC45A
Tints of Golden Tainoi #FDC45A
RGB
CMYK
RGB Variations
Color information
#FDC45A (or 0xFDC45A) is known color: Golden Tainoi. HEX triplet: FD, C4 and 5A. RGB value is (253,196,90). Sum of RGB (Red+Green+Blue) = 253+196+90=539 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.94% from 539); Green value is 196 (76.95% from 255 or 36.36% from 539); Blue value is 90 (35.55% from 255 or 16.70% from 539); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC45A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC45A is #023BA5. Grayscale: #C9C9C9. Windows color (decimal): -146342 or 5948669. OLE color: 5948669.
HSL color Cylindrical-coordinate representation of color #FDC45A: hue angle of 39.02º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FDC45A is Cyan = 0, Magento = 0.23, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 196 | 90 | - |
| CMYK | 0 | 0.23 | 0.64 | 0.01 |
| HSL | 39.02º | 0.98% | 0.67% | - |
| HSV(B) | 39.02º | 0.64% | 0.99% | - |
| XYZ | 62.09 | 61.1 | 18.19 | - |
| YUV | 200.96 | 65.38 | 165.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 196 | 90 | 0 | 0.23 | 0.64 | 0.01 | 39.02 | 0.98 | 0.67 |
| Hex | FD | C4 | 5A | 0 | 17 | 40 | 1 | 27 | 62 | 43 |
| Octal | 375 | 304 | 132 | 0 | 27 | 100 | 1 | 47 | 142 | 103 |
| Binary | 11111101 | 11000100 | 1011010 | 0 | 10111 | 1000000 | 1 | 100111 | 1100010 | 1000011 |
Color Harmonies of #FDC45A
Complementary color
Monochromatic Colors of #FDC45A
Black with #FDC45A
Text Example
Text Example
White with #FDC45A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC45A; }
p { color: rgb(253,196,90); }
H1.HeaderClassName
{
color: #FDC45A;
}
.AnyTagClassName
{
color: #FDC45A;
}
</style>
background-color css
<style>
a { background-color: #FDC45A; }
a { background-color: rgb(253,196,90); }
div.DivClassName
{
background-color: #FDC45A;
}
.BgClassName
{
background-color: #FDC45A;
}
</style>
border-color css
<style>
span { border-color: #FDC45A; }
span { border-color: rgb(253,196,90); }
td.TdClassName
{
border-color: #FDC45A;
}
.TagClassName
{
border-color: #FDC45A;
}
</style>