Shades of Golden Tainoi #FDC451
Tints of Golden Tainoi #FDC451
RGB
CMYK
RGB Variations
Color information
#FDC451 (or 0xFDC451) is known color: Golden Tainoi. HEX triplet: FD, C4 and 51. RGB value is (253,196,81). Sum of RGB (Red+Green+Blue) = 253+196+81=530 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.74% from 530); Green value is 196 (76.95% from 255 or 36.98% from 530); Blue value is 81 (32.03% from 255 or 15.28% from 530); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC451 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC451 is #023BAE. Grayscale: #C8C8C8. Windows color (decimal): -146351 or 5358845. OLE color: 5358845.
HSL color Cylindrical-coordinate representation of color #FDC451: hue angle of 40.12º 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 #FDC451 is Cyan = 0, Magento = 0.23, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 196 | 81 | - |
| CMYK | 0 | 0.23 | 0.68 | 0.01 |
| HSL | 40.12º | 0.98% | 0.65% | - |
| HSV(B) | 40.12º | 0.68% | 0.99% | - |
| XYZ | 61.73 | 60.96 | 16.3 | - |
| YUV | 199.93 | 60.88 | 165.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 196 | 81 | 0 | 0.23 | 0.68 | 0.01 | 40.12 | 0.98 | 0.65 |
| Hex | FD | C4 | 51 | 0 | 17 | 44 | 1 | 28 | 62 | 41 |
| Octal | 375 | 304 | 121 | 0 | 27 | 104 | 1 | 50 | 142 | 101 |
| Binary | 11111101 | 11000100 | 1010001 | 0 | 10111 | 1000100 | 1 | 101000 | 1100010 | 1000001 |
Color Harmonies of #FDC451
Complementary color
Monochromatic Colors of #FDC451
Black with #FDC451
Text Example
Text Example
White with #FDC451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC451; }
p { color: rgb(253,196,81); }
H1.HeaderClassName
{
color: #FDC451;
}
.AnyTagClassName
{
color: #FDC451;
}
</style>
background-color css
<style>
a { background-color: #FDC451; }
a { background-color: rgb(253,196,81); }
div.DivClassName
{
background-color: #FDC451;
}
.BgClassName
{
background-color: #FDC451;
}
</style>
border-color css
<style>
span { border-color: #FDC451; }
span { border-color: rgb(253,196,81); }
td.TdClassName
{
border-color: #FDC451;
}
.TagClassName
{
border-color: #FDC451;
}
</style>