Shades of Golden Tainoi #F8C559
Tints of Golden Tainoi #F8C559
RGB
CMYK
RGB Variations
Color information
#F8C559 (or 0xF8C559) is known color: Golden Tainoi. HEX triplet: F8, C5 and 59. RGB value is (248,197,89). Sum of RGB (Red+Green+Blue) = 248+197+89=534 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.44% from 534); Green value is 197 (77.34% from 255 or 36.89% from 534); Blue value is 89 (35.16% from 255 or 16.67% from 534); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C559 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8C559 is #073AA6. Grayscale: #C8C8C8. Windows color (decimal): -473767 or 5883384. OLE color: 5883384.
HSL color Cylindrical-coordinate representation of color #F8C559: hue angle of 40.75º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F8C559 is Cyan = 0, Magento = 0.21, Yellow = 0.64 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 197 | 89 | - |
| CMYK | 0 | 0.21 | 0.64 | 0.03 |
| HSL | 40.75º | 0.92% | 0.66% | - |
| HSV(B) | 40.75º | 0.64% | 0.97% | - |
| XYZ | 60.48 | 60.61 | 17.96 | - |
| YUV | 199.94 | 65.4 | 162.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 197 | 89 | 0 | 0.21 | 0.64 | 0.03 | 40.75 | 0.92 | 0.66 |
| Hex | F8 | C5 | 59 | 0 | 15 | 40 | 3 | 29 | 5C | 42 |
| Octal | 370 | 305 | 131 | 0 | 25 | 100 | 3 | 51 | 134 | 102 |
| Binary | 11111000 | 11000101 | 1011001 | 0 | 10101 | 1000000 | 11 | 101001 | 1011100 | 1000010 |
Color Harmonies of #F8C559
Complementary color
Monochromatic Colors of #F8C559
Black with #F8C559
Text Example
Text Example
White with #F8C559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C559; }
p { color: rgb(248,197,89); }
H1.HeaderClassName
{
color: #F8C559;
}
.AnyTagClassName
{
color: #F8C559;
}
</style>
background-color css
<style>
a { background-color: #F8C559; }
a { background-color: rgb(248,197,89); }
div.DivClassName
{
background-color: #F8C559;
}
.BgClassName
{
background-color: #F8C559;
}
</style>
border-color css
<style>
span { border-color: #F8C559; }
span { border-color: rgb(248,197,89); }
td.TdClassName
{
border-color: #F8C559;
}
.TagClassName
{
border-color: #F8C559;
}
</style>