Shades of Golden Tainoi #FCC44C
Tints of Golden Tainoi #FCC44C
RGB
CMYK
RGB Variations
Color information
#FCC44C (or 0xFCC44C) is known color: Golden Tainoi. HEX triplet: FC, C4 and 4C. RGB value is (252,196,76). Sum of RGB (Red+Green+Blue) = 252+196+76=524 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.09% from 524); Green value is 196 (76.95% from 255 or 37.40% from 524); Blue value is 76 (30.08% from 255 or 14.50% from 524); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC44C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC44C is #033BB3. Grayscale: #C7C7C7. Windows color (decimal): -211892 or 5031164. OLE color: 5031164.
HSL color Cylindrical-coordinate representation of color #FCC44C: hue angle of 40.91º degrees, saturation: 0.97, 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 #FCC44C is Cyan = 0, Magento = 0.22, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 196 | 76 | - |
| CMYK | 0 | 0.22 | 0.70 | 0.01 |
| HSL | 40.91º | 0.97% | 0.64% | - |
| HSV(B) | 40.91º | 0.7% | 0.99% | - |
| XYZ | 61.19 | 60.7 | 15.33 | - |
| YUV | 199.06 | 58.55 | 165.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 196 | 76 | 0 | 0.22 | 0.70 | 0.01 | 40.91 | 0.97 | 0.64 |
| Hex | FC | C4 | 4C | 0 | 16 | 46 | 1 | 29 | 61 | 40 |
| Octal | 374 | 304 | 114 | 0 | 26 | 106 | 1 | 51 | 141 | 100 |
| Binary | 11111100 | 11000100 | 1001100 | 0 | 10110 | 1000110 | 1 | 101001 | 1100001 | 1000000 |
Color Harmonies of #FCC44C
Complementary color
Monochromatic Colors of #FCC44C
Black with #FCC44C
Text Example
Text Example
White with #FCC44C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC44C; }
p { color: rgb(252,196,76); }
H1.HeaderClassName
{
color: #FCC44C;
}
.AnyTagClassName
{
color: #FCC44C;
}
</style>
background-color css
<style>
a { background-color: #FCC44C; }
a { background-color: rgb(252,196,76); }
div.DivClassName
{
background-color: #FCC44C;
}
.BgClassName
{
background-color: #FCC44C;
}
</style>
border-color css
<style>
span { border-color: #FCC44C; }
span { border-color: rgb(252,196,76); }
td.TdClassName
{
border-color: #FCC44C;
}
.TagClassName
{
border-color: #FCC44C;
}
</style>