Shades of Golden Tainoi #FDC44F
Tints of Golden Tainoi #FDC44F
RGB
CMYK
RGB Variations
Color information
#FDC44F (or 0xFDC44F) is known color: Golden Tainoi. HEX triplet: FD, C4 and 4F. RGB value is (253,196,79). Sum of RGB (Red+Green+Blue) = 253+196+79=528 (69% of max value = 765). Red value is 253 (99.22% from 255 or 47.92% from 528); Green value is 196 (76.95% from 255 or 37.12% from 528); Blue value is 79 (31.25% from 255 or 14.96% from 528); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC44F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC44F is #023BB0. Grayscale: #C8C8C8. Windows color (decimal): -146353 or 5227773. OLE color: 5227773.
HSL color Cylindrical-coordinate representation of color #FDC44F: hue angle of 40.34º 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 #FDC44F is Cyan = 0, Magento = 0.23, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 196 | 79 | - |
| CMYK | 0 | 0.23 | 0.69 | 0.01 |
| HSL | 40.34º | 0.98% | 0.65% | - |
| HSV(B) | 40.34º | 0.69% | 0.99% | - |
| XYZ | 61.66 | 60.93 | 15.91 | - |
| YUV | 199.71 | 59.88 | 166.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 196 | 79 | 0 | 0.23 | 0.69 | 0.01 | 40.34 | 0.98 | 0.65 |
| Hex | FD | C4 | 4F | 0 | 17 | 45 | 1 | 28 | 62 | 41 |
| Octal | 375 | 304 | 117 | 0 | 27 | 105 | 1 | 50 | 142 | 101 |
| Binary | 11111101 | 11000100 | 1001111 | 0 | 10111 | 1000101 | 1 | 101000 | 1100010 | 1000001 |
Color Harmonies of #FDC44F
Complementary color
Monochromatic Colors of #FDC44F
Black with #FDC44F
Text Example
Text Example
White with #FDC44F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC44F; }
p { color: rgb(253,196,79); }
H1.HeaderClassName
{
color: #FDC44F;
}
.AnyTagClassName
{
color: #FDC44F;
}
</style>
background-color css
<style>
a { background-color: #FDC44F; }
a { background-color: rgb(253,196,79); }
div.DivClassName
{
background-color: #FDC44F;
}
.BgClassName
{
background-color: #FDC44F;
}
</style>
border-color css
<style>
span { border-color: #FDC44F; }
span { border-color: rgb(253,196,79); }
td.TdClassName
{
border-color: #FDC44F;
}
.TagClassName
{
border-color: #FDC44F;
}
</style>