Shades of Golden Tainoi #FDC15C
Tints of Golden Tainoi #FDC15C
RGB
CMYK
RGB Variations
Color information
#FDC15C (or 0xFDC15C) is known color: Golden Tainoi. HEX triplet: FD, C1 and 5C. RGB value is (253,193,92). Sum of RGB (Red+Green+Blue) = 253+193+92=538 (71% of max value = 765). Red value is 253 (99.22% from 255 or 47.03% from 538); Green value is 193 (75.78% from 255 or 35.87% from 538); Blue value is 92 (36.33% from 255 or 17.10% from 538); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC15C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC15C is #023EA3. Grayscale: #C7C7C7. Windows color (decimal): -147108 or 6078973. OLE color: 6078973.
HSL color Cylindrical-coordinate representation of color #FDC15C: hue angle of 37.64º 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 #FDC15C is Cyan = 0, Magento = 0.24, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 193 | 92 | - |
| CMYK | 0 | 0.24 | 0.64 | 0.01 |
| HSL | 37.64º | 0.98% | 0.68% | - |
| HSV(B) | 37.64º | 0.64% | 0.99% | - |
| XYZ | 61.51 | 59.8 | 18.42 | - |
| YUV | 199.43 | 67.38 | 166.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 193 | 92 | 0 | 0.24 | 0.64 | 0.01 | 37.64 | 0.98 | 0.68 |
| Hex | FD | C1 | 5C | 0 | 18 | 40 | 1 | 26 | 62 | 44 |
| Octal | 375 | 301 | 134 | 0 | 30 | 100 | 1 | 46 | 142 | 104 |
| Binary | 11111101 | 11000001 | 1011100 | 0 | 11000 | 1000000 | 1 | 100110 | 1100010 | 1000100 |
Color Harmonies of #FDC15C
Complementary color
Monochromatic Colors of #FDC15C
Black with #FDC15C
Text Example
Text Example
White with #FDC15C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC15C; }
p { color: rgb(253,193,92); }
H1.HeaderClassName
{
color: #FDC15C;
}
.AnyTagClassName
{
color: #FDC15C;
}
</style>
background-color css
<style>
a { background-color: #FDC15C; }
a { background-color: rgb(253,193,92); }
div.DivClassName
{
background-color: #FDC15C;
}
.BgClassName
{
background-color: #FDC15C;
}
</style>
border-color css
<style>
span { border-color: #FDC15C; }
span { border-color: rgb(253,193,92); }
td.TdClassName
{
border-color: #FDC15C;
}
.TagClassName
{
border-color: #FDC15C;
}
</style>