Shades of Golden Tainoi #F8C558
Tints of Golden Tainoi #F8C558
RGB
CMYK
RGB Variations
Color information
#F8C558 (or 0xF8C558) is known color: Golden Tainoi. HEX triplet: F8, C5 and 58. RGB value is (248,197,88). Sum of RGB (Red+Green+Blue) = 248+197+88=533 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.53% from 533); Green value is 197 (77.34% from 255 or 36.96% from 533); Blue value is 88 (34.77% from 255 or 16.51% from 533); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C558 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8C558 is #073AA7. Grayscale: #C8C8C8. Windows color (decimal): -473768 or 5817848. OLE color: 5817848.
HSL color Cylindrical-coordinate representation of color #F8C558: hue angle of 40.88º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F8C558 is Cyan = 0, Magento = 0.21, Yellow = 0.65 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 197 | 88 | - |
| CMYK | 0 | 0.21 | 0.65 | 0.03 |
| HSL | 40.88º | 0.92% | 0.66% | - |
| HSV(B) | 40.88º | 0.65% | 0.97% | - |
| XYZ | 60.44 | 60.59 | 17.74 | - |
| YUV | 199.82 | 64.9 | 162.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 197 | 88 | 0 | 0.21 | 0.65 | 0.03 | 40.88 | 0.92 | 0.66 |
| Hex | F8 | C5 | 58 | 0 | 15 | 41 | 3 | 29 | 5C | 42 |
| Octal | 370 | 305 | 130 | 0 | 25 | 101 | 3 | 51 | 134 | 102 |
| Binary | 11111000 | 11000101 | 1011000 | 0 | 10101 | 1000001 | 11 | 101001 | 1011100 | 1000010 |
Color Harmonies of #F8C558
Complementary color
Monochromatic Colors of #F8C558
Black with #F8C558
Text Example
Text Example
White with #F8C558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C558; }
p { color: rgb(248,197,88); }
H1.HeaderClassName
{
color: #F8C558;
}
.AnyTagClassName
{
color: #F8C558;
}
</style>
background-color css
<style>
a { background-color: #F8C558; }
a { background-color: rgb(248,197,88); }
div.DivClassName
{
background-color: #F8C558;
}
.BgClassName
{
background-color: #F8C558;
}
</style>
border-color css
<style>
span { border-color: #F8C558; }
span { border-color: rgb(248,197,88); }
td.TdClassName
{
border-color: #F8C558;
}
.TagClassName
{
border-color: #F8C558;
}
</style>