Shades of Golden Tainoi #F8C64E
Tints of Golden Tainoi #F8C64E
RGB
CMYK
RGB Variations
Color information
#F8C64E (or 0xF8C64E) is known color: Golden Tainoi. HEX triplet: F8, C6 and 4E. RGB value is (248,198,78). Sum of RGB (Red+Green+Blue) = 248+198+78=524 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.33% from 524); Green value is 198 (77.73% from 255 or 37.79% from 524); Blue value is 78 (30.86% from 255 or 14.89% from 524); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C64E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8C64E is #0739B1. Grayscale: #C7C7C7. Windows color (decimal): -473522 or 5162744. OLE color: 5162744.
HSL color Cylindrical-coordinate representation of color #F8C64E: hue angle of 42.35º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F8C64E is Cyan = 0, Magento = 0.20, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 198 | 78 | - |
| CMYK | 0 | 0.20 | 0.69 | 0.03 |
| HSL | 42.35º | 0.92% | 0.64% | - |
| HSV(B) | 42.35º | 0.69% | 0.97% | - |
| XYZ | 60.28 | 60.89 | 15.78 | - |
| YUV | 199.27 | 59.57 | 162.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 198 | 78 | 0 | 0.20 | 0.69 | 0.03 | 42.35 | 0.92 | 0.64 |
| Hex | F8 | C6 | 4E | 0 | 14 | 45 | 3 | 2A | 5C | 40 |
| Octal | 370 | 306 | 116 | 0 | 24 | 105 | 3 | 52 | 134 | 100 |
| Binary | 11111000 | 11000110 | 1001110 | 0 | 10100 | 1000101 | 11 | 101010 | 1011100 | 1000000 |
Color Harmonies of #F8C64E
Complementary color
Monochromatic Colors of #F8C64E
Black with #F8C64E
Text Example
Text Example
White with #F8C64E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C64E; }
p { color: rgb(248,198,78); }
H1.HeaderClassName
{
color: #F8C64E;
}
.AnyTagClassName
{
color: #F8C64E;
}
</style>
background-color css
<style>
a { background-color: #F8C64E; }
a { background-color: rgb(248,198,78); }
div.DivClassName
{
background-color: #F8C64E;
}
.BgClassName
{
background-color: #F8C64E;
}
</style>
border-color css
<style>
span { border-color: #F8C64E; }
span { border-color: rgb(248,198,78); }
td.TdClassName
{
border-color: #F8C64E;
}
.TagClassName
{
border-color: #F8C64E;
}
</style>