Shades of Golden Tainoi #FCC44D
Tints of Golden Tainoi #FCC44D
RGB
CMYK
RGB Variations
Color information
#FCC44D (or 0xFCC44D) is known color: Golden Tainoi. HEX triplet: FC, C4 and 4D. RGB value is (252,196,77). Sum of RGB (Red+Green+Blue) = 252+196+77=525 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48% from 525); Green value is 196 (76.95% from 255 or 37.33% from 525); Blue value is 77 (30.47% from 255 or 14.67% from 525); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC44D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC44D is #033BB2. Grayscale: #C7C7C7. Windows color (decimal): -211891 or 5096700. OLE color: 5096700.
HSL color Cylindrical-coordinate representation of color #FCC44D: hue angle of 40.8º degrees, saturation: 0.97, 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 #FCC44D is Cyan = 0, Magento = 0.22, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 196 | 77 | - |
| CMYK | 0 | 0.22 | 0.69 | 0.01 |
| HSL | 40.8º | 0.97% | 0.65% | - |
| HSV(B) | 40.8º | 0.69% | 0.99% | - |
| XYZ | 61.22 | 60.71 | 15.51 | - |
| YUV | 199.18 | 59.05 | 165.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 196 | 77 | 0 | 0.22 | 0.69 | 0.01 | 40.8 | 0.97 | 0.65 |
| Hex | FC | C4 | 4D | 0 | 16 | 45 | 1 | 29 | 61 | 41 |
| Octal | 374 | 304 | 115 | 0 | 26 | 105 | 1 | 51 | 141 | 101 |
| Binary | 11111100 | 11000100 | 1001101 | 0 | 10110 | 1000101 | 1 | 101001 | 1100001 | 1000001 |
Color Harmonies of #FCC44D
Complementary color
Monochromatic Colors of #FCC44D
Black with #FCC44D
Text Example
Text Example
White with #FCC44D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC44D; }
p { color: rgb(252,196,77); }
H1.HeaderClassName
{
color: #FCC44D;
}
.AnyTagClassName
{
color: #FCC44D;
}
</style>
background-color css
<style>
a { background-color: #FCC44D; }
a { background-color: rgb(252,196,77); }
div.DivClassName
{
background-color: #FCC44D;
}
.BgClassName
{
background-color: #FCC44D;
}
</style>
border-color css
<style>
span { border-color: #FCC44D; }
span { border-color: rgb(252,196,77); }
td.TdClassName
{
border-color: #FCC44D;
}
.TagClassName
{
border-color: #FCC44D;
}
</style>