Shades of Golden Tainoi #FDC862
Tints of Golden Tainoi #FDC862
RGB
CMYK
RGB Variations
Color information
#FDC862 (or 0xFDC862) is known color: Golden Tainoi. HEX triplet: FD, C8 and 62. RGB value is (253,200,98). Sum of RGB (Red+Green+Blue) = 253+200+98=551 (72% of max value = 765). Red value is 253 (99.22% from 255 or 45.92% from 551); Green value is 200 (78.52% from 255 or 36.30% from 551); Blue value is 98 (38.67% from 255 or 17.79% from 551); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC862 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC862 is #02379D. Grayscale: #CCCCCC. Windows color (decimal): -145310 or 6473981. OLE color: 6473981.
HSL color Cylindrical-coordinate representation of color #FDC862: hue angle of 39.48º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FDC862 is Cyan = 0, Magento = 0.21, Yellow = 0.61 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 200 | 98 | - |
| CMYK | 0 | 0.21 | 0.61 | 0.01 |
| HSL | 39.48º | 0.97% | 0.69% | - |
| HSV(B) | 39.48º | 0.61% | 0.99% | - |
| XYZ | 63.37 | 63.07 | 20.39 | - |
| YUV | 204.22 | 68.06 | 162.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 200 | 98 | 0 | 0.21 | 0.61 | 0.01 | 39.48 | 0.97 | 0.69 |
| Hex | FD | C8 | 62 | 0 | 15 | 3D | 1 | 27 | 61 | 45 |
| Octal | 375 | 310 | 142 | 0 | 25 | 75 | 1 | 47 | 141 | 105 |
| Binary | 11111101 | 11001000 | 1100010 | 0 | 10101 | 111101 | 1 | 100111 | 1100001 | 1000101 |
Color Harmonies of #FDC862
Complementary color
Monochromatic Colors of #FDC862
Black with #FDC862
Text Example
Text Example
White with #FDC862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC862; }
p { color: rgb(253,200,98); }
H1.HeaderClassName
{
color: #FDC862;
}
.AnyTagClassName
{
color: #FDC862;
}
</style>
background-color css
<style>
a { background-color: #FDC862; }
a { background-color: rgb(253,200,98); }
div.DivClassName
{
background-color: #FDC862;
}
.BgClassName
{
background-color: #FDC862;
}
</style>
border-color css
<style>
span { border-color: #FDC862; }
span { border-color: rgb(253,200,98); }
td.TdClassName
{
border-color: #FDC862;
}
.TagClassName
{
border-color: #FDC862;
}
</style>