Shades of Golden Tainoi #F7C052
Tints of Golden Tainoi #F7C052
RGB
CMYK
RGB Variations
Color information
#F7C052 (or 0xF7C052) is known color: Golden Tainoi. HEX triplet: F7, C0 and 52. RGB value is (247,192,82). Sum of RGB (Red+Green+Blue) = 247+192+82=521 (69% of max value = 765). Red value is 247 (96.88% from 255 or 47.41% from 521); Green value is 192 (75.39% from 255 or 36.85% from 521); Blue value is 82 (32.42% from 255 or 15.74% from 521); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C052 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7C052 is #083FAD. Grayscale: #C4C4C4. Windows color (decimal): -540590 or 5423351. OLE color: 5423351.
HSL color Cylindrical-coordinate representation of color #F7C052: hue angle of 40º 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 #F7C052 is Cyan = 0, Magento = 0.22, Yellow = 0.67 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 192 | 82 | - |
| CMYK | 0 | 0.22 | 0.67 | 0.03 |
| HSL | 40º | 0.91% | 0.65% | - |
| HSV(B) | 40º | 0.67% | 0.97% | - |
| XYZ | 58.73 | 58.08 | 16.1 | - |
| YUV | 195.91 | 63.72 | 164.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 192 | 82 | 0 | 0.22 | 0.67 | 0.03 | 40 | 0.91 | 0.65 |
| Hex | F7 | C0 | 52 | 0 | 16 | 43 | 3 | 28 | 5B | 41 |
| Octal | 367 | 300 | 122 | 0 | 26 | 103 | 3 | 50 | 133 | 101 |
| Binary | 11110111 | 11000000 | 1010010 | 0 | 10110 | 1000011 | 11 | 101000 | 1011011 | 1000001 |
Color Harmonies of #F7C052
Complementary color
Monochromatic Colors of #F7C052
Black with #F7C052
Text Example
Text Example
White with #F7C052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7C052; }
p { color: rgb(247,192,82); }
H1.HeaderClassName
{
color: #F7C052;
}
.AnyTagClassName
{
color: #F7C052;
}
</style>
background-color css
<style>
a { background-color: #F7C052; }
a { background-color: rgb(247,192,82); }
div.DivClassName
{
background-color: #F7C052;
}
.BgClassName
{
background-color: #F7C052;
}
</style>
border-color css
<style>
span { border-color: #F7C052; }
span { border-color: rgb(247,192,82); }
td.TdClassName
{
border-color: #F7C052;
}
.TagClassName
{
border-color: #F7C052;
}
</style>