Shades of Golden Tainoi #FCC762
Tints of Golden Tainoi #FCC762
RGB
CMYK
RGB Variations
Color information
#FCC762 (or 0xFCC762) is known color: Golden Tainoi. HEX triplet: FC, C7 and 62. RGB value is (252,199,98). Sum of RGB (Red+Green+Blue) = 252+199+98=549 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.90% from 549); Green value is 199 (78.12% from 255 or 36.25% from 549); Blue value is 98 (38.67% from 255 or 17.85% from 549); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC762 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC762 is #03389D. Grayscale: #CBCBCB. Windows color (decimal): -211102 or 6473724. OLE color: 6473724.
HSL color Cylindrical-coordinate representation of color #FCC762: hue angle of 39.35º 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 #FCC762 is Cyan = 0, Magento = 0.21, Yellow = 0.61 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 199 | 98 | - |
| CMYK | 0 | 0.21 | 0.61 | 0.01 |
| HSL | 39.35º | 0.96% | 0.69% | - |
| HSV(B) | 39.35º | 0.61% | 0.99% | - |
| XYZ | 62.77 | 62.42 | 20.3 | - |
| YUV | 203.33 | 68.56 | 162.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 199 | 98 | 0 | 0.21 | 0.61 | 0.01 | 39.35 | 0.96 | 0.69 |
| Hex | FC | C7 | 62 | 0 | 15 | 3D | 1 | 27 | 60 | 45 |
| Octal | 374 | 307 | 142 | 0 | 25 | 75 | 1 | 47 | 140 | 105 |
| Binary | 11111100 | 11000111 | 1100010 | 0 | 10101 | 111101 | 1 | 100111 | 1100000 | 1000101 |
Color Harmonies of #FCC762
Complementary color
Monochromatic Colors of #FCC762
Black with #FCC762
Text Example
Text Example
White with #FCC762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC762; }
p { color: rgb(252,199,98); }
H1.HeaderClassName
{
color: #FCC762;
}
.AnyTagClassName
{
color: #FCC762;
}
</style>
background-color css
<style>
a { background-color: #FCC762; }
a { background-color: rgb(252,199,98); }
div.DivClassName
{
background-color: #FCC762;
}
.BgClassName
{
background-color: #FCC762;
}
</style>
border-color css
<style>
span { border-color: #FCC762; }
span { border-color: rgb(252,199,98); }
td.TdClassName
{
border-color: #FCC762;
}
.TagClassName
{
border-color: #FCC762;
}
</style>