Shades of Golden Tainoi #FDC44A
Tints of Golden Tainoi #FDC44A
RGB
CMYK
RGB Variations
Color information
#FDC44A (or 0xFDC44A) is known color: Golden Tainoi. HEX triplet: FD, C4 and 4A. RGB value is (253,196,74). Sum of RGB (Red+Green+Blue) = 253+196+74=523 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.37% from 523); Green value is 196 (76.95% from 255 or 37.48% from 523); Blue value is 74 (29.30% from 255 or 14.15% from 523); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC44A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC44A is #023BB5. Grayscale: #C7C7C7. Windows color (decimal): -146358 or 4900093. OLE color: 4900093.
HSL color Cylindrical-coordinate representation of color #FDC44A: hue angle of 40.89º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FDC44A is Cyan = 0, Magento = 0.23, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 196 | 74 | - |
| CMYK | 0 | 0.23 | 0.71 | 0.01 |
| HSL | 40.89º | 0.98% | 0.64% | - |
| HSV(B) | 40.89º | 0.71% | 0.99% | - |
| XYZ | 61.48 | 60.86 | 14.98 | - |
| YUV | 199.14 | 57.38 | 166.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 196 | 74 | 0 | 0.23 | 0.71 | 0.01 | 40.89 | 0.98 | 0.64 |
| Hex | FD | C4 | 4A | 0 | 17 | 47 | 1 | 29 | 62 | 40 |
| Octal | 375 | 304 | 112 | 0 | 27 | 107 | 1 | 51 | 142 | 100 |
| Binary | 11111101 | 11000100 | 1001010 | 0 | 10111 | 1000111 | 1 | 101001 | 1100010 | 1000000 |
Color Harmonies of #FDC44A
Complementary color
Monochromatic Colors of #FDC44A
Black with #FDC44A
Text Example
Text Example
White with #FDC44A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC44A; }
p { color: rgb(253,196,74); }
H1.HeaderClassName
{
color: #FDC44A;
}
.AnyTagClassName
{
color: #FDC44A;
}
</style>
background-color css
<style>
a { background-color: #FDC44A; }
a { background-color: rgb(253,196,74); }
div.DivClassName
{
background-color: #FDC44A;
}
.BgClassName
{
background-color: #FDC44A;
}
</style>
border-color css
<style>
span { border-color: #FDC44A; }
span { border-color: rgb(253,196,74); }
td.TdClassName
{
border-color: #FDC44A;
}
.TagClassName
{
border-color: #FDC44A;
}
</style>