Shades of Golden Tainoi #FDC361
Tints of Golden Tainoi #FDC361
RGB
CMYK
RGB Variations
Color information
#FDC361 (or 0xFDC361) is known color: Golden Tainoi. HEX triplet: FD, C3 and 61. RGB value is (253,195,97). Sum of RGB (Red+Green+Blue) = 253+195+97=545 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.42% from 545); Green value is 195 (76.56% from 255 or 35.78% from 545); Blue value is 97 (38.28% from 255 or 17.80% from 545); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC361 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC361 is #023C9E. Grayscale: #C9C9C9. Windows color (decimal): -146591 or 6407165. OLE color: 6407165.
HSL color Cylindrical-coordinate representation of color #FDC361: hue angle of 37.69º degrees, saturation: 0.98, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FDC361 is Cyan = 0, Magento = 0.23, Yellow = 0.62 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 195 | 97 | - |
| CMYK | 0 | 0.23 | 0.62 | 0.01 |
| HSL | 37.69º | 0.98% | 0.69% | - |
| HSV(B) | 37.69º | 0.62% | 0.99% | - |
| XYZ | 62.18 | 60.78 | 19.76 | - |
| YUV | 201.17 | 69.22 | 164.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 195 | 97 | 0 | 0.23 | 0.62 | 0.01 | 37.69 | 0.98 | 0.69 |
| Hex | FD | C3 | 61 | 0 | 17 | 3E | 1 | 26 | 62 | 45 |
| Octal | 375 | 303 | 141 | 0 | 27 | 76 | 1 | 46 | 142 | 105 |
| Binary | 11111101 | 11000011 | 1100001 | 0 | 10111 | 111110 | 1 | 100110 | 1100010 | 1000101 |
Color Harmonies of #FDC361
Complementary color
Monochromatic Colors of #FDC361
Black with #FDC361
Text Example
Text Example
White with #FDC361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC361; }
p { color: rgb(253,195,97); }
H1.HeaderClassName
{
color: #FDC361;
}
.AnyTagClassName
{
color: #FDC361;
}
</style>
background-color css
<style>
a { background-color: #FDC361; }
a { background-color: rgb(253,195,97); }
div.DivClassName
{
background-color: #FDC361;
}
.BgClassName
{
background-color: #FDC361;
}
</style>
border-color css
<style>
span { border-color: #FDC361; }
span { border-color: rgb(253,195,97); }
td.TdClassName
{
border-color: #FDC361;
}
.TagClassName
{
border-color: #FDC361;
}
</style>