Shades of Kournikova #F7C74E
Tints of Kournikova #F7C74E
RGB
CMYK
RGB Variations
Color information
#F7C74E (or 0xF7C74E) is known color: Kournikova. HEX triplet: F7, C7 and 4E. RGB value is (247,199,78). Sum of RGB (Red+Green+Blue) = 247+199+78=524 (69% of max value = 765). Red value is 247 (96.88% from 255 or 47.14% from 524); Green value is 199 (78.12% from 255 or 37.98% from 524); Blue value is 78 (30.86% from 255 or 14.89% from 524); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C74E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7C74E is #0838B1. Grayscale: #C8C8C8. Windows color (decimal): -538802 or 5162999. OLE color: 5162999.
HSL color Cylindrical-coordinate representation of color #F7C74E: hue angle of 42.96º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F7C74E is Cyan = 0, Magento = 0.19, Yellow = 0.68 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 199 | 78 | - |
| CMYK | 0 | 0.19 | 0.68 | 0.03 |
| HSL | 42.96º | 0.91% | 0.64% | - |
| HSV(B) | 42.96º | 0.68% | 0.97% | - |
| XYZ | 60.16 | 61.17 | 15.84 | - |
| YUV | 199.56 | 59.4 | 161.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 199 | 78 | 0 | 0.19 | 0.68 | 0.03 | 42.96 | 0.91 | 0.64 |
| Hex | F7 | C7 | 4E | 0 | 13 | 44 | 3 | 2B | 5B | 40 |
| Octal | 367 | 307 | 116 | 0 | 23 | 104 | 3 | 53 | 133 | 100 |
| Binary | 11110111 | 11000111 | 1001110 | 0 | 10011 | 1000100 | 11 | 101011 | 1011011 | 1000000 |
Color Harmonies of #F7C74E
Complementary color
Monochromatic Colors of #F7C74E
Black with #F7C74E
Text Example
Text Example
White with #F7C74E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7C74E; }
p { color: rgb(247,199,78); }
H1.HeaderClassName
{
color: #F7C74E;
}
.AnyTagClassName
{
color: #F7C74E;
}
</style>
background-color css
<style>
a { background-color: #F7C74E; }
a { background-color: rgb(247,199,78); }
div.DivClassName
{
background-color: #F7C74E;
}
.BgClassName
{
background-color: #F7C74E;
}
</style>
border-color css
<style>
span { border-color: #F7C74E; }
span { border-color: rgb(247,199,78); }
td.TdClassName
{
border-color: #F7C74E;
}
.TagClassName
{
border-color: #F7C74E;
}
</style>