Shades of Golden Tainoi #FDC150
Tints of Golden Tainoi #FDC150
RGB
CMYK
RGB Variations
Color information
#FDC150 (or 0xFDC150) is known color: Golden Tainoi. HEX triplet: FD, C1 and 50. RGB value is (253,193,80). Sum of RGB (Red+Green+Blue) = 253+193+80=526 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.10% from 526); Green value is 193 (75.78% from 255 or 36.69% from 526); Blue value is 80 (31.64% from 255 or 15.21% from 526); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC150 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC150 is #023EAF. Grayscale: #C6C6C6. Windows color (decimal): -147120 or 5292541. OLE color: 5292541.
HSL color Cylindrical-coordinate representation of color #FDC150: hue angle of 39.19º 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 #FDC150 is Cyan = 0, Magento = 0.24, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 193 | 80 | - |
| CMYK | 0 | 0.24 | 0.68 | 0.01 |
| HSL | 39.19º | 0.98% | 0.65% | - |
| HSV(B) | 39.19º | 0.68% | 0.99% | - |
| XYZ | 61.03 | 59.6 | 15.88 | - |
| YUV | 198.06 | 61.38 | 167.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 193 | 80 | 0 | 0.24 | 0.68 | 0.01 | 39.19 | 0.98 | 0.65 |
| Hex | FD | C1 | 50 | 0 | 18 | 44 | 1 | 27 | 62 | 41 |
| Octal | 375 | 301 | 120 | 0 | 30 | 104 | 1 | 47 | 142 | 101 |
| Binary | 11111101 | 11000001 | 1010000 | 0 | 11000 | 1000100 | 1 | 100111 | 1100010 | 1000001 |
Color Harmonies of #FDC150
Complementary color
Monochromatic Colors of #FDC150
Black with #FDC150
Text Example
Text Example
White with #FDC150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC150; }
p { color: rgb(253,193,80); }
H1.HeaderClassName
{
color: #FDC150;
}
.AnyTagClassName
{
color: #FDC150;
}
</style>
background-color css
<style>
a { background-color: #FDC150; }
a { background-color: rgb(253,193,80); }
div.DivClassName
{
background-color: #FDC150;
}
.BgClassName
{
background-color: #FDC150;
}
</style>
border-color css
<style>
span { border-color: #FDC150; }
span { border-color: rgb(253,193,80); }
td.TdClassName
{
border-color: #FDC150;
}
.TagClassName
{
border-color: #FDC150;
}
</style>