Shades of Golden Tainoi #FDC051
Tints of Golden Tainoi #FDC051
RGB
CMYK
RGB Variations
Color information
#FDC051 (or 0xFDC051) is known color: Golden Tainoi. HEX triplet: FD, C0 and 51. RGB value is (253,192,81). Sum of RGB (Red+Green+Blue) = 253+192+81=526 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.10% from 526); Green value is 192 (75.39% from 255 or 36.50% from 526); Blue value is 81 (32.03% from 255 or 15.40% from 526); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC051 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC051 is #023FAE. Grayscale: #C6C6C6. Windows color (decimal): -147375 or 5357821. OLE color: 5357821.
HSL color Cylindrical-coordinate representation of color #FDC051: hue angle of 38.72º 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 #FDC051 is Cyan = 0, Magento = 0.24, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 192 | 81 | - |
| CMYK | 0 | 0.24 | 0.68 | 0.01 |
| HSL | 38.72º | 0.98% | 0.65% | - |
| HSV(B) | 38.72º | 0.68% | 0.99% | - |
| XYZ | 60.84 | 59.18 | 16 | - |
| YUV | 197.59 | 62.21 | 167.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 192 | 81 | 0 | 0.24 | 0.68 | 0.01 | 38.72 | 0.98 | 0.65 |
| Hex | FD | C0 | 51 | 0 | 18 | 44 | 1 | 27 | 62 | 41 |
| Octal | 375 | 300 | 121 | 0 | 30 | 104 | 1 | 47 | 142 | 101 |
| Binary | 11111101 | 11000000 | 1010001 | 0 | 11000 | 1000100 | 1 | 100111 | 1100010 | 1000001 |
Color Harmonies of #FDC051
Complementary color
Monochromatic Colors of #FDC051
Black with #FDC051
Text Example
Text Example
White with #FDC051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC051; }
p { color: rgb(253,192,81); }
H1.HeaderClassName
{
color: #FDC051;
}
.AnyTagClassName
{
color: #FDC051;
}
</style>
background-color css
<style>
a { background-color: #FDC051; }
a { background-color: rgb(253,192,81); }
div.DivClassName
{
background-color: #FDC051;
}
.BgClassName
{
background-color: #FDC051;
}
</style>
border-color css
<style>
span { border-color: #FDC051; }
span { border-color: rgb(253,192,81); }
td.TdClassName
{
border-color: #FDC051;
}
.TagClassName
{
border-color: #FDC051;
}
</style>