Shades of Kournikova #F8C84E
Tints of Kournikova #F8C84E
RGB
CMYK
RGB Variations
Color information
#F8C84E (or 0xF8C84E) is known color: Kournikova. HEX triplet: F8, C8 and 4E. RGB value is (248,200,78). Sum of RGB (Red+Green+Blue) = 248+200+78=526 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.15% from 526); Green value is 200 (78.52% from 255 or 38.02% from 526); Blue value is 78 (30.86% from 255 or 14.83% from 526); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C84E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8C84E is #0737B1. Grayscale: #C8C8C8. Windows color (decimal): -473010 or 5163256. OLE color: 5163256.
HSL color Cylindrical-coordinate representation of color #F8C84E: hue angle of 43.06º 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 #F8C84E is Cyan = 0, Magento = 0.19, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 200 | 78 | - |
| CMYK | 0 | 0.19 | 0.69 | 0.03 |
| HSL | 43.06º | 0.92% | 0.64% | - |
| HSV(B) | 43.06º | 0.69% | 0.97% | - |
| XYZ | 60.74 | 61.82 | 15.94 | - |
| YUV | 200.44 | 58.9 | 161.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 200 | 78 | 0 | 0.19 | 0.69 | 0.03 | 43.06 | 0.92 | 0.64 |
| Hex | F8 | C8 | 4E | 0 | 13 | 45 | 3 | 2B | 5C | 40 |
| Octal | 370 | 310 | 116 | 0 | 23 | 105 | 3 | 53 | 134 | 100 |
| Binary | 11111000 | 11001000 | 1001110 | 0 | 10011 | 1000101 | 11 | 101011 | 1011100 | 1000000 |
Color Harmonies of #F8C84E
Complementary color
Monochromatic Colors of #F8C84E
Black with #F8C84E
Text Example
Text Example
White with #F8C84E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C84E; }
p { color: rgb(248,200,78); }
H1.HeaderClassName
{
color: #F8C84E;
}
.AnyTagClassName
{
color: #F8C84E;
}
</style>
background-color css
<style>
a { background-color: #F8C84E; }
a { background-color: rgb(248,200,78); }
div.DivClassName
{
background-color: #F8C84E;
}
.BgClassName
{
background-color: #F8C84E;
}
</style>
border-color css
<style>
span { border-color: #F8C84E; }
span { border-color: rgb(248,200,78); }
td.TdClassName
{
border-color: #F8C84E;
}
.TagClassName
{
border-color: #F8C84E;
}
</style>