Shades of Golden Tainoi #FDC14C
Tints of Golden Tainoi #FDC14C
RGB
CMYK
RGB Variations
Color information
#FDC14C (or 0xFDC14C) is known color: Golden Tainoi. HEX triplet: FD, C1 and 4C. RGB value is (253,193,76). Sum of RGB (Red+Green+Blue) = 253+193+76=522 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.47% from 522); Green value is 193 (75.78% from 255 or 36.97% from 522); Blue value is 76 (30.08% from 255 or 14.56% from 522); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC14C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC14C is #023EB3. Grayscale: #C6C6C6. Windows color (decimal): -147124 or 5030397. OLE color: 5030397.
HSL color Cylindrical-coordinate representation of color #FDC14C: hue angle of 39.66º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FDC14C is Cyan = 0, Magento = 0.24, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 193 | 76 | - |
| CMYK | 0 | 0.24 | 0.70 | 0.01 |
| HSL | 39.66º | 0.98% | 0.65% | - |
| HSV(B) | 39.66º | 0.7% | 0.99% | - |
| XYZ | 60.88 | 59.54 | 15.12 | - |
| YUV | 197.6 | 59.38 | 167.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 193 | 76 | 0 | 0.24 | 0.70 | 0.01 | 39.66 | 0.98 | 0.65 |
| Hex | FD | C1 | 4C | 0 | 18 | 46 | 1 | 28 | 62 | 41 |
| Octal | 375 | 301 | 114 | 0 | 30 | 106 | 1 | 50 | 142 | 101 |
| Binary | 11111101 | 11000001 | 1001100 | 0 | 11000 | 1000110 | 1 | 101000 | 1100010 | 1000001 |
Color Harmonies of #FDC14C
Complementary color
Monochromatic Colors of #FDC14C
Black with #FDC14C
Text Example
Text Example
White with #FDC14C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC14C; }
p { color: rgb(253,193,76); }
H1.HeaderClassName
{
color: #FDC14C;
}
.AnyTagClassName
{
color: #FDC14C;
}
</style>
background-color css
<style>
a { background-color: #FDC14C; }
a { background-color: rgb(253,193,76); }
div.DivClassName
{
background-color: #FDC14C;
}
.BgClassName
{
background-color: #FDC14C;
}
</style>
border-color css
<style>
span { border-color: #FDC14C; }
span { border-color: rgb(253,193,76); }
td.TdClassName
{
border-color: #FDC14C;
}
.TagClassName
{
border-color: #FDC14C;
}
</style>