Shades of Golden Tainoi #FCC852
Tints of Golden Tainoi #FCC852
RGB
CMYK
RGB Variations
Color information
#FCC852 (or 0xFCC852) is known color: Golden Tainoi. HEX triplet: FC, C8 and 52. RGB value is (252,200,82). Sum of RGB (Red+Green+Blue) = 252+200+82=534 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.19% from 534); Green value is 200 (78.52% from 255 or 37.45% from 534); Blue value is 82 (32.42% from 255 or 15.36% from 534); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC852 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC852 is #0337AD. Grayscale: #CACACA. Windows color (decimal): -210862 or 5425404. OLE color: 5425404.
HSL color Cylindrical-coordinate representation of color #FCC852: hue angle of 41.65º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FCC852 is Cyan = 0, Magento = 0.21, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 200 | 82 | - |
| CMYK | 0 | 0.21 | 0.67 | 0.01 |
| HSL | 41.65º | 0.97% | 0.65% | - |
| HSV(B) | 41.65º | 0.67% | 0.99% | - |
| XYZ | 62.32 | 62.61 | 16.78 | - |
| YUV | 202.1 | 60.23 | 163.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 200 | 82 | 0 | 0.21 | 0.67 | 0.01 | 41.65 | 0.97 | 0.65 |
| Hex | FC | C8 | 52 | 0 | 15 | 43 | 1 | 2A | 61 | 41 |
| Octal | 374 | 310 | 122 | 0 | 25 | 103 | 1 | 52 | 141 | 101 |
| Binary | 11111100 | 11001000 | 1010010 | 0 | 10101 | 1000011 | 1 | 101010 | 1100001 | 1000001 |
Color Harmonies of #FCC852
Complementary color
Monochromatic Colors of #FCC852
Black with #FCC852
Text Example
Text Example
White with #FCC852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC852; }
p { color: rgb(252,200,82); }
H1.HeaderClassName
{
color: #FCC852;
}
.AnyTagClassName
{
color: #FCC852;
}
</style>
background-color css
<style>
a { background-color: #FCC852; }
a { background-color: rgb(252,200,82); }
div.DivClassName
{
background-color: #FCC852;
}
.BgClassName
{
background-color: #FCC852;
}
</style>
border-color css
<style>
span { border-color: #FCC852; }
span { border-color: rgb(252,200,82); }
td.TdClassName
{
border-color: #FCC852;
}
.TagClassName
{
border-color: #FCC852;
}
</style>