Shades of Golden Tainoi #FDC25D
Tints of Golden Tainoi #FDC25D
RGB
CMYK
RGB Variations
Color information
#FDC25D (or 0xFDC25D) is known color: Golden Tainoi. HEX triplet: FD, C2 and 5D. RGB value is (253,194,93). Sum of RGB (Red+Green+Blue) = 253+194+93=540 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.85% from 540); Green value is 194 (76.17% from 255 or 35.93% from 540); Blue value is 93 (36.72% from 255 or 17.22% from 540); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC25D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC25D is #023DA2. Grayscale: #C8C8C8. Windows color (decimal): -146851 or 6144765. OLE color: 6144765.
HSL color Cylindrical-coordinate representation of color #FDC25D: hue angle of 37.88º 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 #FDC25D is Cyan = 0, Magento = 0.23, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 194 | 93 | - |
| CMYK | 0 | 0.23 | 0.63 | 0.01 |
| HSL | 37.88º | 0.98% | 0.68% | - |
| HSV(B) | 37.88º | 0.63% | 0.99% | - |
| XYZ | 61.78 | 60.26 | 18.73 | - |
| YUV | 200.13 | 67.55 | 165.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 194 | 93 | 0 | 0.23 | 0.63 | 0.01 | 37.88 | 0.98 | 0.68 |
| Hex | FD | C2 | 5D | 0 | 17 | 3F | 1 | 26 | 62 | 44 |
| Octal | 375 | 302 | 135 | 0 | 27 | 77 | 1 | 46 | 142 | 104 |
| Binary | 11111101 | 11000010 | 1011101 | 0 | 10111 | 111111 | 1 | 100110 | 1100010 | 1000100 |
Color Harmonies of #FDC25D
Complementary color
Monochromatic Colors of #FDC25D
Black with #FDC25D
Text Example
Text Example
White with #FDC25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC25D; }
p { color: rgb(253,194,93); }
H1.HeaderClassName
{
color: #FDC25D;
}
.AnyTagClassName
{
color: #FDC25D;
}
</style>
background-color css
<style>
a { background-color: #FDC25D; }
a { background-color: rgb(253,194,93); }
div.DivClassName
{
background-color: #FDC25D;
}
.BgClassName
{
background-color: #FDC25D;
}
</style>
border-color css
<style>
span { border-color: #FDC25D; }
span { border-color: rgb(253,194,93); }
td.TdClassName
{
border-color: #FDC25D;
}
.TagClassName
{
border-color: #FDC25D;
}
</style>