Shades of Golden Tainoi #F8C547
Tints of Golden Tainoi #F8C547
RGB
CMYK
RGB Variations
Color information
#F8C547 (or 0xF8C547) is known color: Golden Tainoi. HEX triplet: F8, C5 and 47. RGB value is (248,197,71). Sum of RGB (Red+Green+Blue) = 248+197+71=516 (68% of max value = 765). Red value is 248 (97.27% from 255 or 48.06% from 516); Green value is 197 (77.34% from 255 or 38.18% from 516); Blue value is 71 (28.12% from 255 or 13.76% from 516); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C547 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8C547 is #073AB8. Grayscale: #C6C6C6. Windows color (decimal): -473785 or 4703736. OLE color: 4703736.
HSL color Cylindrical-coordinate representation of color #F8C547: hue angle of 42.71º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F8C547 is Cyan = 0, Magento = 0.21, Yellow = 0.71 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 197 | 71 | - |
| CMYK | 0 | 0.21 | 0.71 | 0.03 |
| HSL | 42.71º | 0.93% | 0.63% | - |
| HSV(B) | 42.71º | 0.71% | 0.97% | - |
| XYZ | 59.81 | 60.34 | 14.46 | - |
| YUV | 197.89 | 56.4 | 163.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 197 | 71 | 0 | 0.21 | 0.71 | 0.03 | 42.71 | 0.93 | 0.63 |
| Hex | F8 | C5 | 47 | 0 | 15 | 47 | 3 | 2B | 5D | 3F |
| Octal | 370 | 305 | 107 | 0 | 25 | 107 | 3 | 53 | 135 | 77 |
| Binary | 11111000 | 11000101 | 1000111 | 0 | 10101 | 1000111 | 11 | 101011 | 1011101 | 111111 |
Color Harmonies of #F8C547
Complementary color
Monochromatic Colors of #F8C547
Black with #F8C547
Text Example
Text Example
White with #F8C547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C547; }
p { color: rgb(248,197,71); }
H1.HeaderClassName
{
color: #F8C547;
}
.AnyTagClassName
{
color: #F8C547;
}
</style>
background-color css
<style>
a { background-color: #F8C547; }
a { background-color: rgb(248,197,71); }
div.DivClassName
{
background-color: #F8C547;
}
.BgClassName
{
background-color: #F8C547;
}
</style>
border-color css
<style>
span { border-color: #F8C547; }
span { border-color: rgb(248,197,71); }
td.TdClassName
{
border-color: #F8C547;
}
.TagClassName
{
border-color: #F8C547;
}
</style>