Shades of Golden Tainoi #FCC247
Tints of Golden Tainoi #FCC247
RGB
CMYK
RGB Variations
Color information
#FCC247 (or 0xFCC247) is known color: Golden Tainoi. HEX triplet: FC, C2 and 47. RGB value is (252,194,71). Sum of RGB (Red+Green+Blue) = 252+194+71=517 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.74% from 517); Green value is 194 (76.17% from 255 or 37.52% from 517); Blue value is 71 (28.12% from 255 or 13.73% from 517); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC247 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC247 is #033DB8. Grayscale: #C5C5C5. Windows color (decimal): -212409 or 4702972. OLE color: 4702972.
HSL color Cylindrical-coordinate representation of color #FCC247: hue angle of 40.77º 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 #FCC247 is Cyan = 0, Magento = 0.23, Yellow = 0.72 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 194 | 71 | - |
| CMYK | 0 | 0.23 | 0.72 | 0.01 |
| HSL | 40.77º | 0.97% | 0.63% | - |
| HSV(B) | 40.77º | 0.72% | 0.99% | - |
| XYZ | 60.57 | 59.73 | 14.3 | - |
| YUV | 197.32 | 56.72 | 167 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 194 | 71 | 0 | 0.23 | 0.72 | 0.01 | 40.77 | 0.97 | 0.63 |
| Hex | FC | C2 | 47 | 0 | 17 | 48 | 1 | 29 | 61 | 3F |
| Octal | 374 | 302 | 107 | 0 | 27 | 110 | 1 | 51 | 141 | 77 |
| Binary | 11111100 | 11000010 | 1000111 | 0 | 10111 | 1001000 | 1 | 101001 | 1100001 | 111111 |
Color Harmonies of #FCC247
Complementary color
Monochromatic Colors of #FCC247
Black with #FCC247
Text Example
Text Example
White with #FCC247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC247; }
p { color: rgb(252,194,71); }
H1.HeaderClassName
{
color: #FCC247;
}
.AnyTagClassName
{
color: #FCC247;
}
</style>
background-color css
<style>
a { background-color: #FCC247; }
a { background-color: rgb(252,194,71); }
div.DivClassName
{
background-color: #FCC247;
}
.BgClassName
{
background-color: #FCC247;
}
</style>
border-color css
<style>
span { border-color: #FCC247; }
span { border-color: rgb(252,194,71); }
td.TdClassName
{
border-color: #FCC247;
}
.TagClassName
{
border-color: #FCC247;
}
</style>