Shades of Golden Tainoi #FDC45C
Tints of Golden Tainoi #FDC45C
RGB
CMYK
RGB Variations
Color information
#FDC45C (or 0xFDC45C) is known color: Golden Tainoi. HEX triplet: FD, C4 and 5C. RGB value is (253,196,92). Sum of RGB (Red+Green+Blue) = 253+196+92=541 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.77% from 541); Green value is 196 (76.95% from 255 or 36.23% from 541); Blue value is 92 (36.33% from 255 or 17.01% from 541); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC45C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC45C is #023BA3. Grayscale: #C9C9C9. Windows color (decimal): -146340 or 6079741. OLE color: 6079741.
HSL color Cylindrical-coordinate representation of color #FDC45C: hue angle of 38.76º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FDC45C is Cyan = 0, Magento = 0.23, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 196 | 92 | - |
| CMYK | 0 | 0.23 | 0.64 | 0.01 |
| HSL | 38.76º | 0.98% | 0.68% | - |
| HSV(B) | 38.76º | 0.64% | 0.99% | - |
| XYZ | 62.18 | 61.14 | 18.65 | - |
| YUV | 201.19 | 66.38 | 164.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 196 | 92 | 0 | 0.23 | 0.64 | 0.01 | 38.76 | 0.98 | 0.68 |
| Hex | FD | C4 | 5C | 0 | 17 | 40 | 1 | 27 | 62 | 44 |
| Octal | 375 | 304 | 134 | 0 | 27 | 100 | 1 | 47 | 142 | 104 |
| Binary | 11111101 | 11000100 | 1011100 | 0 | 10111 | 1000000 | 1 | 100111 | 1100010 | 1000100 |
Color Harmonies of #FDC45C
Complementary color
Monochromatic Colors of #FDC45C
Black with #FDC45C
Text Example
Text Example
White with #FDC45C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC45C; }
p { color: rgb(253,196,92); }
H1.HeaderClassName
{
color: #FDC45C;
}
.AnyTagClassName
{
color: #FDC45C;
}
</style>
background-color css
<style>
a { background-color: #FDC45C; }
a { background-color: rgb(253,196,92); }
div.DivClassName
{
background-color: #FDC45C;
}
.BgClassName
{
background-color: #FDC45C;
}
</style>
border-color css
<style>
span { border-color: #FDC45C; }
span { border-color: rgb(253,196,92); }
td.TdClassName
{
border-color: #FDC45C;
}
.TagClassName
{
border-color: #FDC45C;
}
</style>