Shades of Golden Tainoi #FDC360
Tints of Golden Tainoi #FDC360
RGB
CMYK
RGB Variations
Color information
#FDC360 (or 0xFDC360) is known color: Golden Tainoi. HEX triplet: FD, C3 and 60. RGB value is (253,195,96). Sum of RGB (Red+Green+Blue) = 253+195+96=544 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.51% from 544); Green value is 195 (76.56% from 255 or 35.85% from 544); Blue value is 96 (37.89% from 255 or 17.65% from 544); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC360 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC360 is #023C9F. Grayscale: #C9C9C9. Windows color (decimal): -146592 or 6341629. OLE color: 6341629.
HSL color Cylindrical-coordinate representation of color #FDC360: hue angle of 37.83º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FDC360 is Cyan = 0, Magento = 0.23, Yellow = 0.62 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 195 | 96 | - |
| CMYK | 0 | 0.23 | 0.62 | 0.01 |
| HSL | 37.83º | 0.98% | 0.68% | - |
| HSV(B) | 37.83º | 0.62% | 0.99% | - |
| XYZ | 62.13 | 60.76 | 19.52 | - |
| YUV | 201.06 | 68.72 | 165.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 195 | 96 | 0 | 0.23 | 0.62 | 0.01 | 37.83 | 0.98 | 0.68 |
| Hex | FD | C3 | 60 | 0 | 17 | 3E | 1 | 26 | 62 | 44 |
| Octal | 375 | 303 | 140 | 0 | 27 | 76 | 1 | 46 | 142 | 104 |
| Binary | 11111101 | 11000011 | 1100000 | 0 | 10111 | 111110 | 1 | 100110 | 1100010 | 1000100 |
Color Harmonies of #FDC360
Complementary color
Monochromatic Colors of #FDC360
Black with #FDC360
Text Example
Text Example
White with #FDC360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC360; }
p { color: rgb(253,195,96); }
H1.HeaderClassName
{
color: #FDC360;
}
.AnyTagClassName
{
color: #FDC360;
}
</style>
background-color css
<style>
a { background-color: #FDC360; }
a { background-color: rgb(253,195,96); }
div.DivClassName
{
background-color: #FDC360;
}
.BgClassName
{
background-color: #FDC360;
}
</style>
border-color css
<style>
span { border-color: #FDC360; }
span { border-color: rgb(253,195,96); }
td.TdClassName
{
border-color: #FDC360;
}
.TagClassName
{
border-color: #FDC360;
}
</style>