Shades of Golden Tainoi #FCC446
Tints of Golden Tainoi #FCC446
RGB
CMYK
RGB Variations
Color information
#FCC446 (or 0xFCC446) is known color: Golden Tainoi. HEX triplet: FC, C4 and 46. RGB value is (252,196,70). Sum of RGB (Red+Green+Blue) = 252+196+70=518 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.65% from 518); Green value is 196 (76.95% from 255 or 37.84% from 518); Blue value is 70 (27.73% from 255 or 13.51% from 518); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC446 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC446 is #033BB9. Grayscale: #C6C6C6. Windows color (decimal): -211898 or 4637948. OLE color: 4637948.
HSL color Cylindrical-coordinate representation of color #FCC446: hue angle of 41.54º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FCC446 is Cyan = 0, Magento = 0.22, Yellow = 0.72 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 196 | 70 | - |
| CMYK | 0 | 0.22 | 0.72 | 0.01 |
| HSL | 41.54º | 0.97% | 0.63% | - |
| HSV(B) | 41.54º | 0.72% | 0.99% | - |
| XYZ | 60.99 | 60.62 | 14.28 | - |
| YUV | 198.38 | 55.55 | 166.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 196 | 70 | 0 | 0.22 | 0.72 | 0.01 | 41.54 | 0.97 | 0.63 |
| Hex | FC | C4 | 46 | 0 | 16 | 48 | 1 | 2A | 61 | 3F |
| Octal | 374 | 304 | 106 | 0 | 26 | 110 | 1 | 52 | 141 | 77 |
| Binary | 11111100 | 11000100 | 1000110 | 0 | 10110 | 1001000 | 1 | 101010 | 1100001 | 111111 |
Color Harmonies of #FCC446
Complementary color
Monochromatic Colors of #FCC446
Black with #FCC446
Text Example
Text Example
White with #FCC446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC446; }
p { color: rgb(252,196,70); }
H1.HeaderClassName
{
color: #FCC446;
}
.AnyTagClassName
{
color: #FCC446;
}
</style>
background-color css
<style>
a { background-color: #FCC446; }
a { background-color: rgb(252,196,70); }
div.DivClassName
{
background-color: #FCC446;
}
.BgClassName
{
background-color: #FCC446;
}
</style>
border-color css
<style>
span { border-color: #FCC446; }
span { border-color: rgb(252,196,70); }
td.TdClassName
{
border-color: #FCC446;
}
.TagClassName
{
border-color: #FCC446;
}
</style>