Shades of Golden Tainoi #F8C65E
Tints of Golden Tainoi #F8C65E
RGB
CMYK
RGB Variations
Color information
#F8C65E (or 0xF8C65E) is known color: Golden Tainoi. HEX triplet: F8, C6 and 5E. RGB value is (248,198,94). Sum of RGB (Red+Green+Blue) = 248+198+94=540 (71% of max value = 765). Red value is 248 (97.27% from 255 or 45.93% from 540); Green value is 198 (77.73% from 255 or 36.67% from 540); Blue value is 94 (37.11% from 255 or 17.41% from 540); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C65E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8C65E is #0739A1. Grayscale: #C9C9C9. Windows color (decimal): -473506 or 6211320. OLE color: 6211320.
HSL color Cylindrical-coordinate representation of color #F8C65E: hue angle of 40.52º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F8C65E is Cyan = 0, Magento = 0.20, Yellow = 0.62 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 198 | 94 | - |
| CMYK | 0 | 0.20 | 0.62 | 0.03 |
| HSL | 40.52º | 0.92% | 0.67% | - |
| HSV(B) | 40.52º | 0.62% | 0.97% | - |
| XYZ | 60.93 | 61.15 | 19.18 | - |
| YUV | 201.09 | 67.57 | 161.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 198 | 94 | 0 | 0.20 | 0.62 | 0.03 | 40.52 | 0.92 | 0.67 |
| Hex | F8 | C6 | 5E | 0 | 14 | 3E | 3 | 29 | 5C | 43 |
| Octal | 370 | 306 | 136 | 0 | 24 | 76 | 3 | 51 | 134 | 103 |
| Binary | 11111000 | 11000110 | 1011110 | 0 | 10100 | 111110 | 11 | 101001 | 1011100 | 1000011 |
Color Harmonies of #F8C65E
Complementary color
Monochromatic Colors of #F8C65E
Black with #F8C65E
Text Example
Text Example
White with #F8C65E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C65E; }
p { color: rgb(248,198,94); }
H1.HeaderClassName
{
color: #F8C65E;
}
.AnyTagClassName
{
color: #F8C65E;
}
</style>
background-color css
<style>
a { background-color: #F8C65E; }
a { background-color: rgb(248,198,94); }
div.DivClassName
{
background-color: #F8C65E;
}
.BgClassName
{
background-color: #F8C65E;
}
</style>
border-color css
<style>
span { border-color: #F8C65E; }
span { border-color: rgb(248,198,94); }
td.TdClassName
{
border-color: #F8C65E;
}
.TagClassName
{
border-color: #F8C65E;
}
</style>