Shades of Golden Tainoi #FCC052
Tints of Golden Tainoi #FCC052
RGB
CMYK
RGB Variations
Color information
#FCC052 (or 0xFCC052) is known color: Golden Tainoi. HEX triplet: FC, C0 and 52. RGB value is (252,192,82). Sum of RGB (Red+Green+Blue) = 252+192+82=526 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.91% from 526); Green value is 192 (75.39% from 255 or 36.50% from 526); Blue value is 82 (32.42% from 255 or 15.59% from 526); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC052 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC052 is #033FAD. Grayscale: #C5C5C5. Windows color (decimal): -212910 or 5423356. OLE color: 5423356.
HSL color Cylindrical-coordinate representation of color #FCC052: hue angle of 38.82º 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 #FCC052 is Cyan = 0, Magento = 0.24, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 192 | 82 | - |
| CMYK | 0 | 0.24 | 0.67 | 0.01 |
| HSL | 38.82º | 0.97% | 0.65% | - |
| HSV(B) | 38.82º | 0.67% | 0.99% | - |
| XYZ | 60.52 | 59 | 16.18 | - |
| YUV | 197.4 | 62.88 | 166.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 192 | 82 | 0 | 0.24 | 0.67 | 0.01 | 38.82 | 0.97 | 0.65 |
| Hex | FC | C0 | 52 | 0 | 18 | 43 | 1 | 27 | 61 | 41 |
| Octal | 374 | 300 | 122 | 0 | 30 | 103 | 1 | 47 | 141 | 101 |
| Binary | 11111100 | 11000000 | 1010010 | 0 | 11000 | 1000011 | 1 | 100111 | 1100001 | 1000001 |
Color Harmonies of #FCC052
Complementary color
Monochromatic Colors of #FCC052
Black with #FCC052
Text Example
Text Example
White with #FCC052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC052; }
p { color: rgb(252,192,82); }
H1.HeaderClassName
{
color: #FCC052;
}
.AnyTagClassName
{
color: #FCC052;
}
</style>
background-color css
<style>
a { background-color: #FCC052; }
a { background-color: rgb(252,192,82); }
div.DivClassName
{
background-color: #FCC052;
}
.BgClassName
{
background-color: #FCC052;
}
</style>
border-color css
<style>
span { border-color: #FCC052; }
span { border-color: rgb(252,192,82); }
td.TdClassName
{
border-color: #FCC052;
}
.TagClassName
{
border-color: #FCC052;
}
</style>