Shades of Golden Tainoi #FDC04C
Tints of Golden Tainoi #FDC04C
RGB
CMYK
RGB Variations
Color information
#FDC04C (or 0xFDC04C) is known color: Golden Tainoi. HEX triplet: FD, C0 and 4C. RGB value is (253,192,76). Sum of RGB (Red+Green+Blue) = 253+192+76=521 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.56% from 521); Green value is 192 (75.39% from 255 or 36.85% from 521); Blue value is 76 (30.08% from 255 or 14.59% from 521); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC04C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC04C is #023FB3. Grayscale: #C5C5C5. Windows color (decimal): -147380 or 5030141. OLE color: 5030141.
HSL color Cylindrical-coordinate representation of color #FDC04C: hue angle of 39.32º 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 #FDC04C is Cyan = 0, Magento = 0.24, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 192 | 76 | - |
| CMYK | 0 | 0.24 | 0.70 | 0.01 |
| HSL | 39.32º | 0.98% | 0.65% | - |
| HSV(B) | 39.32º | 0.7% | 0.99% | - |
| XYZ | 60.66 | 59.1 | 15.05 | - |
| YUV | 197.02 | 59.71 | 167.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 192 | 76 | 0 | 0.24 | 0.70 | 0.01 | 39.32 | 0.98 | 0.65 |
| Hex | FD | C0 | 4C | 0 | 18 | 46 | 1 | 27 | 62 | 41 |
| Octal | 375 | 300 | 114 | 0 | 30 | 106 | 1 | 47 | 142 | 101 |
| Binary | 11111101 | 11000000 | 1001100 | 0 | 11000 | 1000110 | 1 | 100111 | 1100010 | 1000001 |
Color Harmonies of #FDC04C
Complementary color
Monochromatic Colors of #FDC04C
Black with #FDC04C
Text Example
Text Example
White with #FDC04C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC04C; }
p { color: rgb(253,192,76); }
H1.HeaderClassName
{
color: #FDC04C;
}
.AnyTagClassName
{
color: #FDC04C;
}
</style>
background-color css
<style>
a { background-color: #FDC04C; }
a { background-color: rgb(253,192,76); }
div.DivClassName
{
background-color: #FDC04C;
}
.BgClassName
{
background-color: #FDC04C;
}
</style>
border-color css
<style>
span { border-color: #FDC04C; }
span { border-color: rgb(253,192,76); }
td.TdClassName
{
border-color: #FDC04C;
}
.TagClassName
{
border-color: #FDC04C;
}
</style>