Shades of Golden Tainoi #FDC15D
Tints of Golden Tainoi #FDC15D
RGB
CMYK
RGB Variations
Color information
#FDC15D (or 0xFDC15D) is known color: Golden Tainoi. HEX triplet: FD, C1 and 5D. RGB value is (253,193,93). Sum of RGB (Red+Green+Blue) = 253+193+93=539 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.94% from 539); Green value is 193 (75.78% from 255 or 35.81% from 539); Blue value is 93 (36.72% from 255 or 17.25% from 539); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC15D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC15D is #023EA2. Grayscale: #C7C7C7. Windows color (decimal): -147107 or 6144509. OLE color: 6144509.
HSL color Cylindrical-coordinate representation of color #FDC15D: hue angle of 37.5º 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 #FDC15D is Cyan = 0, Magento = 0.24, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 193 | 93 | - |
| CMYK | 0 | 0.24 | 0.63 | 0.01 |
| HSL | 37.5º | 0.98% | 0.68% | - |
| HSV(B) | 37.5º | 0.63% | 0.99% | - |
| XYZ | 61.55 | 59.81 | 18.66 | - |
| YUV | 199.54 | 67.88 | 166.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 193 | 93 | 0 | 0.24 | 0.63 | 0.01 | 37.5 | 0.98 | 0.68 |
| Hex | FD | C1 | 5D | 0 | 18 | 3F | 1 | 26 | 62 | 44 |
| Octal | 375 | 301 | 135 | 0 | 30 | 77 | 1 | 46 | 142 | 104 |
| Binary | 11111101 | 11000001 | 1011101 | 0 | 11000 | 111111 | 1 | 100110 | 1100010 | 1000100 |
Color Harmonies of #FDC15D
Complementary color
Monochromatic Colors of #FDC15D
Black with #FDC15D
Text Example
Text Example
White with #FDC15D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC15D; }
p { color: rgb(253,193,93); }
H1.HeaderClassName
{
color: #FDC15D;
}
.AnyTagClassName
{
color: #FDC15D;
}
</style>
background-color css
<style>
a { background-color: #FDC15D; }
a { background-color: rgb(253,193,93); }
div.DivClassName
{
background-color: #FDC15D;
}
.BgClassName
{
background-color: #FDC15D;
}
</style>
border-color css
<style>
span { border-color: #FDC15D; }
span { border-color: rgb(253,193,93); }
td.TdClassName
{
border-color: #FDC15D;
}
.TagClassName
{
border-color: #FDC15D;
}
</style>