Shades of Golden Tainoi #FDC54C
Tints of Golden Tainoi #FDC54C
RGB
CMYK
RGB Variations
Color information
#FDC54C (or 0xFDC54C) is known color: Golden Tainoi. HEX triplet: FD, C5 and 4C. RGB value is (253,197,76). Sum of RGB (Red+Green+Blue) = 253+197+76=526 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.10% from 526); Green value is 197 (77.34% from 255 or 37.45% from 526); Blue value is 76 (30.08% from 255 or 14.45% from 526); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC54C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC54C is #023AB3. Grayscale: #C8C8C8. Windows color (decimal): -146100 or 5031421. OLE color: 5031421.
HSL color Cylindrical-coordinate representation of color #FDC54C: hue angle of 41.02º 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 #FDC54C is Cyan = 0, Magento = 0.22, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 197 | 76 | - |
| CMYK | 0 | 0.22 | 0.70 | 0.01 |
| HSL | 41.02º | 0.98% | 0.65% | - |
| HSV(B) | 41.02º | 0.7% | 0.99% | - |
| XYZ | 61.78 | 61.34 | 15.42 | - |
| YUV | 199.95 | 58.05 | 165.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 197 | 76 | 0 | 0.22 | 0.70 | 0.01 | 41.02 | 0.98 | 0.65 |
| Hex | FD | C5 | 4C | 0 | 16 | 46 | 1 | 29 | 62 | 41 |
| Octal | 375 | 305 | 114 | 0 | 26 | 106 | 1 | 51 | 142 | 101 |
| Binary | 11111101 | 11000101 | 1001100 | 0 | 10110 | 1000110 | 1 | 101001 | 1100010 | 1000001 |
Color Harmonies of #FDC54C
Complementary color
Monochromatic Colors of #FDC54C
Black with #FDC54C
Text Example
Text Example
White with #FDC54C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC54C; }
p { color: rgb(253,197,76); }
H1.HeaderClassName
{
color: #FDC54C;
}
.AnyTagClassName
{
color: #FDC54C;
}
</style>
background-color css
<style>
a { background-color: #FDC54C; }
a { background-color: rgb(253,197,76); }
div.DivClassName
{
background-color: #FDC54C;
}
.BgClassName
{
background-color: #FDC54C;
}
</style>
border-color css
<style>
span { border-color: #FDC54C; }
span { border-color: rgb(253,197,76); }
td.TdClassName
{
border-color: #FDC54C;
}
.TagClassName
{
border-color: #FDC54C;
}
</style>