Shades of Golden Tainoi #F7C551
Tints of Golden Tainoi #F7C551
RGB
CMYK
RGB Variations
Color information
#F7C551 (or 0xF7C551) is known color: Golden Tainoi. HEX triplet: F7, C5 and 51. RGB value is (247,197,81). Sum of RGB (Red+Green+Blue) = 247+197+81=525 (69% of max value = 765). Red value is 247 (96.88% from 255 or 47.05% from 525); Green value is 197 (77.34% from 255 or 37.52% from 525); Blue value is 81 (32.03% from 255 or 15.43% from 525); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C551 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7C551 is #083AAE. Grayscale: #C7C7C7. Windows color (decimal): -539311 or 5359095. OLE color: 5359095.
HSL color Cylindrical-coordinate representation of color #F7C551: hue angle of 41.93º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F7C551 is Cyan = 0, Magento = 0.20, Yellow = 0.67 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 197 | 81 | - |
| CMYK | 0 | 0.20 | 0.67 | 0.03 |
| HSL | 41.93º | 0.91% | 0.64% | - |
| HSV(B) | 41.93º | 0.67% | 0.97% | - |
| XYZ | 59.81 | 60.3 | 16.27 | - |
| YUV | 198.73 | 61.57 | 162.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 197 | 81 | 0 | 0.20 | 0.67 | 0.03 | 41.93 | 0.91 | 0.64 |
| Hex | F7 | C5 | 51 | 0 | 14 | 43 | 3 | 2A | 5B | 40 |
| Octal | 367 | 305 | 121 | 0 | 24 | 103 | 3 | 52 | 133 | 100 |
| Binary | 11110111 | 11000101 | 1010001 | 0 | 10100 | 1000011 | 11 | 101010 | 1011011 | 1000000 |
Color Harmonies of #F7C551
Complementary color
Monochromatic Colors of #F7C551
Black with #F7C551
Text Example
Text Example
White with #F7C551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7C551; }
p { color: rgb(247,197,81); }
H1.HeaderClassName
{
color: #F7C551;
}
.AnyTagClassName
{
color: #F7C551;
}
</style>
background-color css
<style>
a { background-color: #F7C551; }
a { background-color: rgb(247,197,81); }
div.DivClassName
{
background-color: #F7C551;
}
.BgClassName
{
background-color: #F7C551;
}
</style>
border-color css
<style>
span { border-color: #F7C551; }
span { border-color: rgb(247,197,81); }
td.TdClassName
{
border-color: #F7C551;
}
.TagClassName
{
border-color: #F7C551;
}
</style>