Shades of Kournikova #F7CF4D
Tints of Kournikova #F7CF4D
RGB
CMYK
RGB Variations
Color information
#F7CF4D (or 0xF7CF4D) is known color: Kournikova. HEX triplet: F7, CF and 4D. RGB value is (247,207,77). Sum of RGB (Red+Green+Blue) = 247+207+77=531 (70% of max value = 765). Red value is 247 (96.88% from 255 or 46.52% from 531); Green value is 207 (81.25% from 255 or 38.98% from 531); Blue value is 77 (30.47% from 255 or 14.50% from 531); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CF4D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7CF4D is #0830B2. Grayscale: #CCCCCC. Windows color (decimal): -536755 or 5099511. OLE color: 5099511.
HSL color Cylindrical-coordinate representation of color #F7CF4D: hue angle of 45.88º degrees, saturation: 0.91, 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 #F7CF4D is Cyan = 0, Magento = 0.16, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 207 | 77 | - |
| CMYK | 0 | 0.16 | 0.69 | 0.03 |
| HSL | 45.88º | 0.91% | 0.64% | - |
| HSV(B) | 45.88º | 0.69% | 0.97% | - |
| XYZ | 62.01 | 64.94 | 16.29 | - |
| YUV | 204.14 | 56.25 | 158.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 207 | 77 | 0 | 0.16 | 0.69 | 0.03 | 45.88 | 0.91 | 0.64 |
| Hex | F7 | CF | 4D | 0 | 10 | 45 | 3 | 2E | 5B | 40 |
| Octal | 367 | 317 | 115 | 0 | 20 | 105 | 3 | 56 | 133 | 100 |
| Binary | 11110111 | 11001111 | 1001101 | 0 | 10000 | 1000101 | 11 | 101110 | 1011011 | 1000000 |
Color Harmonies of #F7CF4D
Complementary color
Monochromatic Colors of #F7CF4D
Black with #F7CF4D
Text Example
Text Example
White with #F7CF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7CF4D; }
p { color: rgb(247,207,77); }
H1.HeaderClassName
{
color: #F7CF4D;
}
.AnyTagClassName
{
color: #F7CF4D;
}
</style>
background-color css
<style>
a { background-color: #F7CF4D; }
a { background-color: rgb(247,207,77); }
div.DivClassName
{
background-color: #F7CF4D;
}
.BgClassName
{
background-color: #F7CF4D;
}
</style>
border-color css
<style>
span { border-color: #F7CF4D; }
span { border-color: rgb(247,207,77); }
td.TdClassName
{
border-color: #F7CF4D;
}
.TagClassName
{
border-color: #F7CF4D;
}
</style>