Shades of Golden Tainoi #FDC44C
Tints of Golden Tainoi #FDC44C
RGB
CMYK
RGB Variations
Color information
#FDC44C (or 0xFDC44C) is known color: Golden Tainoi. HEX triplet: FD, C4 and 4C. RGB value is (253,196,76). Sum of RGB (Red+Green+Blue) = 253+196+76=525 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.19% from 525); Green value is 196 (76.95% from 255 or 37.33% from 525); Blue value is 76 (30.08% from 255 or 14.48% from 525); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC44C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC44C is #023BB3. Grayscale: #C7C7C7. Windows color (decimal): -146356 or 5031165. OLE color: 5031165.
HSL color Cylindrical-coordinate representation of color #FDC44C: hue angle of 40.68º 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 #FDC44C is Cyan = 0, Magento = 0.23, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 196 | 76 | - |
| CMYK | 0 | 0.23 | 0.70 | 0.01 |
| HSL | 40.68º | 0.98% | 0.65% | - |
| HSV(B) | 40.68º | 0.7% | 0.99% | - |
| XYZ | 61.55 | 60.88 | 15.35 | - |
| YUV | 199.36 | 58.38 | 166.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 196 | 76 | 0 | 0.23 | 0.70 | 0.01 | 40.68 | 0.98 | 0.65 |
| Hex | FD | C4 | 4C | 0 | 17 | 46 | 1 | 29 | 62 | 41 |
| Octal | 375 | 304 | 114 | 0 | 27 | 106 | 1 | 51 | 142 | 101 |
| Binary | 11111101 | 11000100 | 1001100 | 0 | 10111 | 1000110 | 1 | 101001 | 1100010 | 1000001 |
Color Harmonies of #FDC44C
Complementary color
Monochromatic Colors of #FDC44C
Black with #FDC44C
Text Example
Text Example
White with #FDC44C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC44C; }
p { color: rgb(253,196,76); }
H1.HeaderClassName
{
color: #FDC44C;
}
.AnyTagClassName
{
color: #FDC44C;
}
</style>
background-color css
<style>
a { background-color: #FDC44C; }
a { background-color: rgb(253,196,76); }
div.DivClassName
{
background-color: #FDC44C;
}
.BgClassName
{
background-color: #FDC44C;
}
</style>
border-color css
<style>
span { border-color: #FDC44C; }
span { border-color: rgb(253,196,76); }
td.TdClassName
{
border-color: #FDC44C;
}
.TagClassName
{
border-color: #FDC44C;
}
</style>