Shades of Golden Tainoi #F7C552
Tints of Golden Tainoi #F7C552
RGB
CMYK
RGB Variations
Color information
#F7C552 (or 0xF7C552) is known color: Golden Tainoi. HEX triplet: F7, C5 and 52. RGB value is (247,197,82). Sum of RGB (Red+Green+Blue) = 247+197+82=526 (69% of max value = 765). Red value is 247 (96.88% from 255 or 46.96% from 526); Green value is 197 (77.34% from 255 or 37.45% from 526); Blue value is 82 (32.42% from 255 or 15.59% from 526); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C552 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7C552 is #083AAD. Grayscale: #C7C7C7. Windows color (decimal): -539310 or 5424631. OLE color: 5424631.
HSL color Cylindrical-coordinate representation of color #F7C552: hue angle of 41.82º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F7C552 is Cyan = 0, Magento = 0.20, Yellow = 0.67 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 197 | 82 | - |
| CMYK | 0 | 0.20 | 0.67 | 0.03 |
| HSL | 41.82º | 0.91% | 0.65% | - |
| HSV(B) | 41.82º | 0.67% | 0.97% | - |
| XYZ | 59.85 | 60.32 | 16.47 | - |
| YUV | 198.84 | 62.07 | 162.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 197 | 82 | 0 | 0.20 | 0.67 | 0.03 | 41.82 | 0.91 | 0.65 |
| Hex | F7 | C5 | 52 | 0 | 14 | 43 | 3 | 2A | 5B | 41 |
| Octal | 367 | 305 | 122 | 0 | 24 | 103 | 3 | 52 | 133 | 101 |
| Binary | 11110111 | 11000101 | 1010010 | 0 | 10100 | 1000011 | 11 | 101010 | 1011011 | 1000001 |
Color Harmonies of #F7C552
Complementary color
Monochromatic Colors of #F7C552
Black with #F7C552
Text Example
Text Example
White with #F7C552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7C552; }
p { color: rgb(247,197,82); }
H1.HeaderClassName
{
color: #F7C552;
}
.AnyTagClassName
{
color: #F7C552;
}
</style>
background-color css
<style>
a { background-color: #F7C552; }
a { background-color: rgb(247,197,82); }
div.DivClassName
{
background-color: #F7C552;
}
.BgClassName
{
background-color: #F7C552;
}
</style>
border-color css
<style>
span { border-color: #F7C552; }
span { border-color: rgb(247,197,82); }
td.TdClassName
{
border-color: #F7C552;
}
.TagClassName
{
border-color: #F7C552;
}
</style>