Shades of Kournikova #F8C94E
Tints of Kournikova #F8C94E
RGB
CMYK
RGB Variations
Color information
#F8C94E (or 0xF8C94E) is known color: Kournikova. HEX triplet: F8, C9 and 4E. RGB value is (248,201,78). Sum of RGB (Red+Green+Blue) = 248+201+78=527 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.06% from 527); Green value is 201 (78.91% from 255 or 38.14% from 527); Blue value is 78 (30.86% from 255 or 14.80% from 527); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C94E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8C94E is #0736B1. Grayscale: #C9C9C9. Windows color (decimal): -472754 or 5163512. OLE color: 5163512.
HSL color Cylindrical-coordinate representation of color #F8C94E: hue angle of 43.41º 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 #F8C94E is Cyan = 0, Magento = 0.19, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 201 | 78 | - |
| CMYK | 0 | 0.19 | 0.69 | 0.03 |
| HSL | 43.41º | 0.92% | 0.64% | - |
| HSV(B) | 43.41º | 0.69% | 0.97% | - |
| XYZ | 60.97 | 62.28 | 16.02 | - |
| YUV | 201.03 | 58.57 | 161.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 201 | 78 | 0 | 0.19 | 0.69 | 0.03 | 43.41 | 0.92 | 0.64 |
| Hex | F8 | C9 | 4E | 0 | 13 | 45 | 3 | 2B | 5C | 40 |
| Octal | 370 | 311 | 116 | 0 | 23 | 105 | 3 | 53 | 134 | 100 |
| Binary | 11111000 | 11001001 | 1001110 | 0 | 10011 | 1000101 | 11 | 101011 | 1011100 | 1000000 |
Color Harmonies of #F8C94E
Complementary color
Monochromatic Colors of #F8C94E
Black with #F8C94E
Text Example
Text Example
White with #F8C94E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C94E; }
p { color: rgb(248,201,78); }
H1.HeaderClassName
{
color: #F8C94E;
}
.AnyTagClassName
{
color: #F8C94E;
}
</style>
background-color css
<style>
a { background-color: #F8C94E; }
a { background-color: rgb(248,201,78); }
div.DivClassName
{
background-color: #F8C94E;
}
.BgClassName
{
background-color: #F8C94E;
}
</style>
border-color css
<style>
span { border-color: #F8C94E; }
span { border-color: rgb(248,201,78); }
td.TdClassName
{
border-color: #F8C94E;
}
.TagClassName
{
border-color: #F8C94E;
}
</style>