Shades of Golden Tainoi #FDC257
Tints of Golden Tainoi #FDC257
RGB
CMYK
RGB Variations
Color information
#FDC257 (or 0xFDC257) is known color: Golden Tainoi. HEX triplet: FD, C2 and 57. RGB value is (253,194,87). Sum of RGB (Red+Green+Blue) = 253+194+87=534 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.38% from 534); Green value is 194 (76.17% from 255 or 36.33% from 534); Blue value is 87 (34.38% from 255 or 16.29% from 534); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC257 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC257 is #023DA8. Grayscale: #C7C7C7. Windows color (decimal): -146857 or 5751549. OLE color: 5751549.
HSL color Cylindrical-coordinate representation of color #FDC257: hue angle of 38.67º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FDC257 is Cyan = 0, Magento = 0.23, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 194 | 87 | - |
| CMYK | 0 | 0.23 | 0.66 | 0.01 |
| HSL | 38.67º | 0.98% | 0.67% | - |
| HSV(B) | 38.67º | 0.66% | 0.99% | - |
| XYZ | 61.52 | 60.15 | 17.39 | - |
| YUV | 199.44 | 64.55 | 166.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 194 | 87 | 0 | 0.23 | 0.66 | 0.01 | 38.67 | 0.98 | 0.67 |
| Hex | FD | C2 | 57 | 0 | 17 | 42 | 1 | 27 | 62 | 43 |
| Octal | 375 | 302 | 127 | 0 | 27 | 102 | 1 | 47 | 142 | 103 |
| Binary | 11111101 | 11000010 | 1010111 | 0 | 10111 | 1000010 | 1 | 100111 | 1100010 | 1000011 |
Color Harmonies of #FDC257
Complementary color
Monochromatic Colors of #FDC257
Black with #FDC257
Text Example
Text Example
White with #FDC257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC257; }
p { color: rgb(253,194,87); }
H1.HeaderClassName
{
color: #FDC257;
}
.AnyTagClassName
{
color: #FDC257;
}
</style>
background-color css
<style>
a { background-color: #FDC257; }
a { background-color: rgb(253,194,87); }
div.DivClassName
{
background-color: #FDC257;
}
.BgClassName
{
background-color: #FDC257;
}
</style>
border-color css
<style>
span { border-color: #FDC257; }
span { border-color: rgb(253,194,87); }
td.TdClassName
{
border-color: #FDC257;
}
.TagClassName
{
border-color: #FDC257;
}
</style>