Shades of Golden Tainoi #FDC04F
Tints of Golden Tainoi #FDC04F
RGB
CMYK
RGB Variations
Color information
#FDC04F (or 0xFDC04F) is known color: Golden Tainoi. HEX triplet: FD, C0 and 4F. RGB value is (253,192,79). Sum of RGB (Red+Green+Blue) = 253+192+79=524 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.28% from 524); Green value is 192 (75.39% from 255 or 36.64% from 524); Blue value is 79 (31.25% from 255 or 15.08% from 524); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC04F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC04F is #023FB0. Grayscale: #C5C5C5. Windows color (decimal): -147377 or 5226749. OLE color: 5226749.
HSL color Cylindrical-coordinate representation of color #FDC04F: hue angle of 38.97º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FDC04F is Cyan = 0, Magento = 0.24, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 192 | 79 | - |
| CMYK | 0 | 0.24 | 0.69 | 0.01 |
| HSL | 38.97º | 0.98% | 0.65% | - |
| HSV(B) | 38.97º | 0.69% | 0.99% | - |
| XYZ | 60.77 | 59.15 | 15.61 | - |
| YUV | 197.36 | 61.21 | 167.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 192 | 79 | 0 | 0.24 | 0.69 | 0.01 | 38.97 | 0.98 | 0.65 |
| Hex | FD | C0 | 4F | 0 | 18 | 45 | 1 | 27 | 62 | 41 |
| Octal | 375 | 300 | 117 | 0 | 30 | 105 | 1 | 47 | 142 | 101 |
| Binary | 11111101 | 11000000 | 1001111 | 0 | 11000 | 1000101 | 1 | 100111 | 1100010 | 1000001 |
Color Harmonies of #FDC04F
Complementary color
Monochromatic Colors of #FDC04F
Black with #FDC04F
Text Example
Text Example
White with #FDC04F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC04F; }
p { color: rgb(253,192,79); }
H1.HeaderClassName
{
color: #FDC04F;
}
.AnyTagClassName
{
color: #FDC04F;
}
</style>
background-color css
<style>
a { background-color: #FDC04F; }
a { background-color: rgb(253,192,79); }
div.DivClassName
{
background-color: #FDC04F;
}
.BgClassName
{
background-color: #FDC04F;
}
</style>
border-color css
<style>
span { border-color: #FDC04F; }
span { border-color: rgb(253,192,79); }
td.TdClassName
{
border-color: #FDC04F;
}
.TagClassName
{
border-color: #FDC04F;
}
</style>