Shades of Golden Tainoi #F7C554
Tints of Golden Tainoi #F7C554
RGB
CMYK
RGB Variations
Color information
#F7C554 (or 0xF7C554) is known color: Golden Tainoi. HEX triplet: F7, C5 and 54. RGB value is (247,197,84). Sum of RGB (Red+Green+Blue) = 247+197+84=528 (69% of max value = 765). Red value is 247 (96.88% from 255 or 46.78% from 528); Green value is 197 (77.34% from 255 or 37.31% from 528); Blue value is 84 (33.20% from 255 or 15.91% from 528); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C554 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7C554 is #083AAB. Grayscale: #C7C7C7. Windows color (decimal): -539308 or 5555703. OLE color: 5555703.
HSL color Cylindrical-coordinate representation of color #F7C554: hue angle of 41.6º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F7C554 is Cyan = 0, Magento = 0.20, Yellow = 0.66 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 197 | 84 | - |
| CMYK | 0 | 0.20 | 0.66 | 0.03 |
| HSL | 41.6º | 0.91% | 0.65% | - |
| HSV(B) | 41.6º | 0.66% | 0.97% | - |
| XYZ | 59.92 | 60.35 | 16.88 | - |
| YUV | 199.07 | 63.07 | 162.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 197 | 84 | 0 | 0.20 | 0.66 | 0.03 | 41.6 | 0.91 | 0.65 |
| Hex | F7 | C5 | 54 | 0 | 14 | 42 | 3 | 2A | 5B | 41 |
| Octal | 367 | 305 | 124 | 0 | 24 | 102 | 3 | 52 | 133 | 101 |
| Binary | 11110111 | 11000101 | 1010100 | 0 | 10100 | 1000010 | 11 | 101010 | 1011011 | 1000001 |
Color Harmonies of #F7C554
Complementary color
Monochromatic Colors of #F7C554
Black with #F7C554
Text Example
Text Example
White with #F7C554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7C554; }
p { color: rgb(247,197,84); }
H1.HeaderClassName
{
color: #F7C554;
}
.AnyTagClassName
{
color: #F7C554;
}
</style>
background-color css
<style>
a { background-color: #F7C554; }
a { background-color: rgb(247,197,84); }
div.DivClassName
{
background-color: #F7C554;
}
.BgClassName
{
background-color: #F7C554;
}
</style>
border-color css
<style>
span { border-color: #F7C554; }
span { border-color: rgb(247,197,84); }
td.TdClassName
{
border-color: #F7C554;
}
.TagClassName
{
border-color: #F7C554;
}
</style>