Shades of Golden Tainoi #FDC751
Tints of Golden Tainoi #FDC751
RGB
CMYK
RGB Variations
Color information
#FDC751 (or 0xFDC751) is known color: Golden Tainoi. HEX triplet: FD, C7 and 51. RGB value is (253,199,81). Sum of RGB (Red+Green+Blue) = 253+199+81=533 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.47% from 533); Green value is 199 (78.12% from 255 or 37.34% from 533); Blue value is 81 (32.03% from 255 or 15.20% from 533); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC751 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC751 is #0238AE. Grayscale: #CACACA. Windows color (decimal): -145583 or 5359613. OLE color: 5359613.
HSL color Cylindrical-coordinate representation of color #FDC751: hue angle of 41.16º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FDC751 is Cyan = 0, Magento = 0.21, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 199 | 81 | - |
| CMYK | 0 | 0.21 | 0.68 | 0.01 |
| HSL | 41.16º | 0.98% | 0.65% | - |
| HSV(B) | 41.16º | 0.68% | 0.99% | - |
| XYZ | 62.42 | 62.32 | 16.52 | - |
| YUV | 201.69 | 59.89 | 164.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 199 | 81 | 0 | 0.21 | 0.68 | 0.01 | 41.16 | 0.98 | 0.65 |
| Hex | FD | C7 | 51 | 0 | 15 | 44 | 1 | 29 | 62 | 41 |
| Octal | 375 | 307 | 121 | 0 | 25 | 104 | 1 | 51 | 142 | 101 |
| Binary | 11111101 | 11000111 | 1010001 | 0 | 10101 | 1000100 | 1 | 101001 | 1100010 | 1000001 |
Color Harmonies of #FDC751
Complementary color
Monochromatic Colors of #FDC751
Black with #FDC751
Text Example
Text Example
White with #FDC751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC751; }
p { color: rgb(253,199,81); }
H1.HeaderClassName
{
color: #FDC751;
}
.AnyTagClassName
{
color: #FDC751;
}
</style>
background-color css
<style>
a { background-color: #FDC751; }
a { background-color: rgb(253,199,81); }
div.DivClassName
{
background-color: #FDC751;
}
.BgClassName
{
background-color: #FDC751;
}
</style>
border-color css
<style>
span { border-color: #FDC751; }
span { border-color: rgb(253,199,81); }
td.TdClassName
{
border-color: #FDC751;
}
.TagClassName
{
border-color: #FDC751;
}
</style>