Shades of Golden Tainoi #F7C451
Tints of Golden Tainoi #F7C451
RGB
CMYK
RGB Variations
Color information
#F7C451 (or 0xF7C451) is known color: Golden Tainoi. HEX triplet: F7, C4 and 51. RGB value is (247,196,81). Sum of RGB (Red+Green+Blue) = 247+196+81=524 (69% of max value = 765). Red value is 247 (96.88% from 255 or 47.14% from 524); Green value is 196 (76.95% from 255 or 37.40% from 524); Blue value is 81 (32.03% from 255 or 15.46% from 524); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C451 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7C451 is #083BAE. Grayscale: #C6C6C6. Windows color (decimal): -539567 or 5358839. OLE color: 5358839.
HSL color Cylindrical-coordinate representation of color #F7C451: hue angle of 41.57º 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 #F7C451 is Cyan = 0, Magento = 0.21, Yellow = 0.67 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 196 | 81 | - |
| CMYK | 0 | 0.21 | 0.67 | 0.03 |
| HSL | 41.57º | 0.91% | 0.64% | - |
| HSV(B) | 41.57º | 0.67% | 0.97% | - |
| XYZ | 59.58 | 59.85 | 16.2 | - |
| YUV | 198.14 | 61.9 | 162.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 196 | 81 | 0 | 0.21 | 0.67 | 0.03 | 41.57 | 0.91 | 0.64 |
| Hex | F7 | C4 | 51 | 0 | 15 | 43 | 3 | 2A | 5B | 40 |
| Octal | 367 | 304 | 121 | 0 | 25 | 103 | 3 | 52 | 133 | 100 |
| Binary | 11110111 | 11000100 | 1010001 | 0 | 10101 | 1000011 | 11 | 101010 | 1011011 | 1000000 |
Color Harmonies of #F7C451
Complementary color
Monochromatic Colors of #F7C451
Black with #F7C451
Text Example
Text Example
White with #F7C451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7C451; }
p { color: rgb(247,196,81); }
H1.HeaderClassName
{
color: #F7C451;
}
.AnyTagClassName
{
color: #F7C451;
}
</style>
background-color css
<style>
a { background-color: #F7C451; }
a { background-color: rgb(247,196,81); }
div.DivClassName
{
background-color: #F7C451;
}
.BgClassName
{
background-color: #F7C451;
}
</style>
border-color css
<style>
span { border-color: #F7C451; }
span { border-color: rgb(247,196,81); }
td.TdClassName
{
border-color: #F7C451;
}
.TagClassName
{
border-color: #F7C451;
}
</style>