Shades of Golden Tainoi #FDC255
Tints of Golden Tainoi #FDC255
RGB
CMYK
RGB Variations
Color information
#FDC255 (or 0xFDC255) is known color: Golden Tainoi. HEX triplet: FD, C2 and 55. RGB value is (253,194,85). Sum of RGB (Red+Green+Blue) = 253+194+85=532 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.56% from 532); Green value is 194 (76.17% from 255 or 36.47% from 532); Blue value is 85 (33.59% from 255 or 15.98% from 532); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC255 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC255 is #023DAA. Grayscale: #C7C7C7. Windows color (decimal): -146859 or 5620477. OLE color: 5620477.
HSL color Cylindrical-coordinate representation of color #FDC255: hue angle of 38.93º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FDC255 is Cyan = 0, Magento = 0.23, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 194 | 85 | - |
| CMYK | 0 | 0.23 | 0.66 | 0.01 |
| HSL | 38.93º | 0.98% | 0.66% | - |
| HSV(B) | 38.93º | 0.66% | 0.99% | - |
| XYZ | 61.44 | 60.12 | 16.96 | - |
| YUV | 199.22 | 63.55 | 166.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 194 | 85 | 0 | 0.23 | 0.66 | 0.01 | 38.93 | 0.98 | 0.66 |
| Hex | FD | C2 | 55 | 0 | 17 | 42 | 1 | 27 | 62 | 42 |
| Octal | 375 | 302 | 125 | 0 | 27 | 102 | 1 | 47 | 142 | 102 |
| Binary | 11111101 | 11000010 | 1010101 | 0 | 10111 | 1000010 | 1 | 100111 | 1100010 | 1000010 |
Color Harmonies of #FDC255
Complementary color
Monochromatic Colors of #FDC255
Black with #FDC255
Text Example
Text Example
White with #FDC255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC255; }
p { color: rgb(253,194,85); }
H1.HeaderClassName
{
color: #FDC255;
}
.AnyTagClassName
{
color: #FDC255;
}
</style>
background-color css
<style>
a { background-color: #FDC255; }
a { background-color: rgb(253,194,85); }
div.DivClassName
{
background-color: #FDC255;
}
.BgClassName
{
background-color: #FDC255;
}
</style>
border-color css
<style>
span { border-color: #FDC255; }
span { border-color: rgb(253,194,85); }
td.TdClassName
{
border-color: #FDC255;
}
.TagClassName
{
border-color: #FDC255;
}
</style>