Shades of Golden Tainoi #FDC858
Tints of Golden Tainoi #FDC858
RGB
CMYK
RGB Variations
Color information
#FDC858 (or 0xFDC858) is known color: Golden Tainoi. HEX triplet: FD, C8 and 58. RGB value is (253,200,88). Sum of RGB (Red+Green+Blue) = 253+200+88=541 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.77% from 541); Green value is 200 (78.52% from 255 or 36.97% from 541); Blue value is 88 (34.77% from 255 or 16.27% from 541); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC858 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC858 is #0237A7. Grayscale: #CBCBCB. Windows color (decimal): -145320 or 5818621. OLE color: 5818621.
HSL color Cylindrical-coordinate representation of color #FDC858: hue angle of 40.73º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FDC858 is Cyan = 0, Magento = 0.21, Yellow = 0.65 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 200 | 88 | - |
| CMYK | 0 | 0.21 | 0.65 | 0.01 |
| HSL | 40.73º | 0.98% | 0.67% | - |
| HSV(B) | 40.73º | 0.65% | 0.99% | - |
| XYZ | 62.92 | 62.9 | 18.06 | - |
| YUV | 203.08 | 63.06 | 163.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 200 | 88 | 0 | 0.21 | 0.65 | 0.01 | 40.73 | 0.98 | 0.67 |
| Hex | FD | C8 | 58 | 0 | 15 | 41 | 1 | 29 | 62 | 43 |
| Octal | 375 | 310 | 130 | 0 | 25 | 101 | 1 | 51 | 142 | 103 |
| Binary | 11111101 | 11001000 | 1011000 | 0 | 10101 | 1000001 | 1 | 101001 | 1100010 | 1000011 |
Color Harmonies of #FDC858
Complementary color
Monochromatic Colors of #FDC858
Black with #FDC858
Text Example
Text Example
White with #FDC858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC858; }
p { color: rgb(253,200,88); }
H1.HeaderClassName
{
color: #FDC858;
}
.AnyTagClassName
{
color: #FDC858;
}
</style>
background-color css
<style>
a { background-color: #FDC858; }
a { background-color: rgb(253,200,88); }
div.DivClassName
{
background-color: #FDC858;
}
.BgClassName
{
background-color: #FDC858;
}
</style>
border-color css
<style>
span { border-color: #FDC858; }
span { border-color: rgb(253,200,88); }
td.TdClassName
{
border-color: #FDC858;
}
.TagClassName
{
border-color: #FDC858;
}
</style>