Shades of Golden Tainoi #FCC062
Tints of Golden Tainoi #FCC062
RGB
CMYK
RGB Variations
Color information
#FCC062 (or 0xFCC062) is known color: Golden Tainoi. HEX triplet: FC, C0 and 62. RGB value is (252,192,98). Sum of RGB (Red+Green+Blue) = 252+192+98=542 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.49% from 542); Green value is 192 (75.39% from 255 or 35.42% from 542); Blue value is 98 (38.67% from 255 or 18.08% from 542); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC062 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC062 is #033F9D. Grayscale: #C7C7C7. Windows color (decimal): -212894 or 6471932. OLE color: 6471932.
HSL color Cylindrical-coordinate representation of color #FCC062: hue angle of 36.62º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FCC062 is Cyan = 0, Magento = 0.24, Yellow = 0.61 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 192 | 98 | - |
| CMYK | 0 | 0.24 | 0.61 | 0.01 |
| HSL | 36.62º | 0.96% | 0.69% | - |
| HSV(B) | 36.62º | 0.61% | 0.99% | - |
| XYZ | 61.2 | 59.28 | 19.77 | - |
| YUV | 199.22 | 70.88 | 165.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 192 | 98 | 0 | 0.24 | 0.61 | 0.01 | 36.62 | 0.96 | 0.69 |
| Hex | FC | C0 | 62 | 0 | 18 | 3D | 1 | 25 | 60 | 45 |
| Octal | 374 | 300 | 142 | 0 | 30 | 75 | 1 | 45 | 140 | 105 |
| Binary | 11111100 | 11000000 | 1100010 | 0 | 11000 | 111101 | 1 | 100101 | 1100000 | 1000101 |
Color Harmonies of #FCC062
Complementary color
Monochromatic Colors of #FCC062
Black with #FCC062
Text Example
Text Example
White with #FCC062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC062; }
p { color: rgb(252,192,98); }
H1.HeaderClassName
{
color: #FCC062;
}
.AnyTagClassName
{
color: #FCC062;
}
</style>
background-color css
<style>
a { background-color: #FCC062; }
a { background-color: rgb(252,192,98); }
div.DivClassName
{
background-color: #FCC062;
}
.BgClassName
{
background-color: #FCC062;
}
</style>
border-color css
<style>
span { border-color: #FCC062; }
span { border-color: rgb(252,192,98); }
td.TdClassName
{
border-color: #FCC062;
}
.TagClassName
{
border-color: #FCC062;
}
</style>