Shades of Golden Tainoi #FCC046
Tints of Golden Tainoi #FCC046
RGB
CMYK
RGB Variations
Color information
#FCC046 (or 0xFCC046) is known color: Golden Tainoi. HEX triplet: FC, C0 and 46. RGB value is (252,192,70). Sum of RGB (Red+Green+Blue) = 252+192+70=514 (68% of max value = 765). Red value is 252 (98.83% from 255 or 49.03% from 514); Green value is 192 (75.39% from 255 or 37.35% from 514); Blue value is 70 (27.73% from 255 or 13.62% from 514); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC046 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC046 is #033FB9. Grayscale: #C4C4C4. Windows color (decimal): -212922 or 4636924. OLE color: 4636924.
HSL color Cylindrical-coordinate representation of color #FCC046: hue angle of 40.22º 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 #FCC046 is Cyan = 0, Magento = 0.24, Yellow = 0.72 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 192 | 70 | - |
| CMYK | 0 | 0.24 | 0.72 | 0.01 |
| HSL | 40.22º | 0.97% | 0.63% | - |
| HSV(B) | 40.22º | 0.72% | 0.99% | - |
| XYZ | 60.1 | 58.84 | 13.98 | - |
| YUV | 196.03 | 56.88 | 167.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 192 | 70 | 0 | 0.24 | 0.72 | 0.01 | 40.22 | 0.97 | 0.63 |
| Hex | FC | C0 | 46 | 0 | 18 | 48 | 1 | 28 | 61 | 3F |
| Octal | 374 | 300 | 106 | 0 | 30 | 110 | 1 | 50 | 141 | 77 |
| Binary | 11111100 | 11000000 | 1000110 | 0 | 11000 | 1001000 | 1 | 101000 | 1100001 | 111111 |
Color Harmonies of #FCC046
Complementary color
Monochromatic Colors of #FCC046
Black with #FCC046
Text Example
Text Example
White with #FCC046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC046; }
p { color: rgb(252,192,70); }
H1.HeaderClassName
{
color: #FCC046;
}
.AnyTagClassName
{
color: #FCC046;
}
</style>
background-color css
<style>
a { background-color: #FCC046; }
a { background-color: rgb(252,192,70); }
div.DivClassName
{
background-color: #FCC046;
}
.BgClassName
{
background-color: #FCC046;
}
</style>
border-color css
<style>
span { border-color: #FCC046; }
span { border-color: rgb(252,192,70); }
td.TdClassName
{
border-color: #FCC046;
}
.TagClassName
{
border-color: #FCC046;
}
</style>