Shades of Golden Tainoi #F8C548
Tints of Golden Tainoi #F8C548
RGB
CMYK
RGB Variations
Color information
#F8C548 (or 0xF8C548) is known color: Golden Tainoi. HEX triplet: F8, C5 and 48. RGB value is (248,197,72). Sum of RGB (Red+Green+Blue) = 248+197+72=517 (68% of max value = 765). Red value is 248 (97.27% from 255 or 47.97% from 517); Green value is 197 (77.34% from 255 or 38.10% from 517); Blue value is 72 (28.52% from 255 or 13.93% from 517); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C548 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8C548 is #073AB7. Grayscale: #C6C6C6. Windows color (decimal): -473784 or 4769272. OLE color: 4769272.
HSL color Cylindrical-coordinate representation of color #F8C548: hue angle of 42.61º 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 #F8C548 is Cyan = 0, Magento = 0.21, Yellow = 0.71 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 197 | 72 | - |
| CMYK | 0 | 0.21 | 0.71 | 0.03 |
| HSL | 42.61º | 0.93% | 0.63% | - |
| HSV(B) | 42.61º | 0.71% | 0.97% | - |
| XYZ | 59.85 | 60.36 | 14.63 | - |
| YUV | 198 | 56.9 | 163.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 197 | 72 | 0 | 0.21 | 0.71 | 0.03 | 42.61 | 0.93 | 0.63 |
| Hex | F8 | C5 | 48 | 0 | 15 | 47 | 3 | 2B | 5D | 3F |
| Octal | 370 | 305 | 110 | 0 | 25 | 107 | 3 | 53 | 135 | 77 |
| Binary | 11111000 | 11000101 | 1001000 | 0 | 10101 | 1000111 | 11 | 101011 | 1011101 | 111111 |
Color Harmonies of #F8C548
Complementary color
Monochromatic Colors of #F8C548
Black with #F8C548
Text Example
Text Example
White with #F8C548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C548; }
p { color: rgb(248,197,72); }
H1.HeaderClassName
{
color: #F8C548;
}
.AnyTagClassName
{
color: #F8C548;
}
</style>
background-color css
<style>
a { background-color: #F8C548; }
a { background-color: rgb(248,197,72); }
div.DivClassName
{
background-color: #F8C548;
}
.BgClassName
{
background-color: #F8C548;
}
</style>
border-color css
<style>
span { border-color: #F8C548; }
span { border-color: rgb(248,197,72); }
td.TdClassName
{
border-color: #F8C548;
}
.TagClassName
{
border-color: #F8C548;
}
</style>