Shades of Golden Tainoi #F8C549
Tints of Golden Tainoi #F8C549
RGB
CMYK
RGB Variations
Color information
#F8C549 (or 0xF8C549) is known color: Golden Tainoi. HEX triplet: F8, C5 and 49. RGB value is (248,197,73). Sum of RGB (Red+Green+Blue) = 248+197+73=518 (68% of max value = 765). Red value is 248 (97.27% from 255 or 47.88% from 518); Green value is 197 (77.34% from 255 or 38.03% from 518); Blue value is 73 (28.91% from 255 or 14.09% from 518); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C549 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8C549 is #073AB6. Grayscale: #C6C6C6. Windows color (decimal): -473783 or 4834808. OLE color: 4834808.
HSL color Cylindrical-coordinate representation of color #F8C549: hue angle of 42.51º 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 #F8C549 is Cyan = 0, Magento = 0.21, Yellow = 0.71 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 197 | 73 | - |
| CMYK | 0 | 0.21 | 0.71 | 0.03 |
| HSL | 42.51º | 0.93% | 0.63% | - |
| HSV(B) | 42.51º | 0.71% | 0.97% | - |
| XYZ | 59.88 | 60.37 | 14.8 | - |
| YUV | 198.11 | 57.4 | 163.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 197 | 73 | 0 | 0.21 | 0.71 | 0.03 | 42.51 | 0.93 | 0.63 |
| Hex | F8 | C5 | 49 | 0 | 15 | 47 | 3 | 2B | 5D | 3F |
| Octal | 370 | 305 | 111 | 0 | 25 | 107 | 3 | 53 | 135 | 77 |
| Binary | 11111000 | 11000101 | 1001001 | 0 | 10101 | 1000111 | 11 | 101011 | 1011101 | 111111 |
Color Harmonies of #F8C549
Complementary color
Monochromatic Colors of #F8C549
Black with #F8C549
Text Example
Text Example
White with #F8C549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C549; }
p { color: rgb(248,197,73); }
H1.HeaderClassName
{
color: #F8C549;
}
.AnyTagClassName
{
color: #F8C549;
}
</style>
background-color css
<style>
a { background-color: #F8C549; }
a { background-color: rgb(248,197,73); }
div.DivClassName
{
background-color: #F8C549;
}
.BgClassName
{
background-color: #F8C549;
}
</style>
border-color css
<style>
span { border-color: #F8C549; }
span { border-color: rgb(248,197,73); }
td.TdClassName
{
border-color: #F8C549;
}
.TagClassName
{
border-color: #F8C549;
}
</style>