Shades of Golden Tainoi #FDC44B
Tints of Golden Tainoi #FDC44B
RGB
CMYK
RGB Variations
Color information
#FDC44B (or 0xFDC44B) is known color: Golden Tainoi. HEX triplet: FD, C4 and 4B. RGB value is (253,196,75). Sum of RGB (Red+Green+Blue) = 253+196+75=524 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.28% from 524); Green value is 196 (76.95% from 255 or 37.40% from 524); Blue value is 75 (29.69% from 255 or 14.31% from 524); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC44B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC44B is #023BB4. Grayscale: #C7C7C7. Windows color (decimal): -146357 or 4965629. OLE color: 4965629.
HSL color Cylindrical-coordinate representation of color #FDC44B: hue angle of 40.79º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FDC44B is Cyan = 0, Magento = 0.23, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 196 | 75 | - |
| CMYK | 0 | 0.23 | 0.70 | 0.01 |
| HSL | 40.79º | 0.98% | 0.64% | - |
| HSV(B) | 40.79º | 0.7% | 0.99% | - |
| XYZ | 61.52 | 60.87 | 15.16 | - |
| YUV | 199.25 | 57.88 | 166.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 196 | 75 | 0 | 0.23 | 0.70 | 0.01 | 40.79 | 0.98 | 0.64 |
| Hex | FD | C4 | 4B | 0 | 17 | 46 | 1 | 29 | 62 | 40 |
| Octal | 375 | 304 | 113 | 0 | 27 | 106 | 1 | 51 | 142 | 100 |
| Binary | 11111101 | 11000100 | 1001011 | 0 | 10111 | 1000110 | 1 | 101001 | 1100010 | 1000000 |
Color Harmonies of #FDC44B
Complementary color
Monochromatic Colors of #FDC44B
Black with #FDC44B
Text Example
Text Example
White with #FDC44B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC44B; }
p { color: rgb(253,196,75); }
H1.HeaderClassName
{
color: #FDC44B;
}
.AnyTagClassName
{
color: #FDC44B;
}
</style>
background-color css
<style>
a { background-color: #FDC44B; }
a { background-color: rgb(253,196,75); }
div.DivClassName
{
background-color: #FDC44B;
}
.BgClassName
{
background-color: #FDC44B;
}
</style>
border-color css
<style>
span { border-color: #FDC44B; }
span { border-color: rgb(253,196,75); }
td.TdClassName
{
border-color: #FDC44B;
}
.TagClassName
{
border-color: #FDC44B;
}
</style>