Shades of Kournikova #F7D35B
Tints of Kournikova #F7D35B
RGB
CMYK
RGB Variations
Color information
#F7D35B (or 0xF7D35B) is known color: Kournikova. HEX triplet: F7, D3 and 5B. RGB value is (247,211,91). Sum of RGB (Red+Green+Blue) = 247+211+91=549 (72% of max value = 765). Red value is 247 (96.88% from 255 or 44.99% from 549); Green value is 211 (82.81% from 255 or 38.43% from 549); Blue value is 91 (35.94% from 255 or 16.58% from 549); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D35B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7D35B is #082CA4. Grayscale: #D0D0D0. Windows color (decimal): -535717 or 6018039. OLE color: 6018039.
HSL color Cylindrical-coordinate representation of color #F7D35B: hue angle of 46.15º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F7D35B is Cyan = 0, Magento = 0.15, Yellow = 0.63 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 211 | 91 | - |
| CMYK | 0 | 0.15 | 0.63 | 0.03 |
| HSL | 46.15º | 0.91% | 0.66% | - |
| HSV(B) | 46.15º | 0.63% | 0.97% | - |
| XYZ | 63.54 | 67.12 | 19.5 | - |
| YUV | 208.08 | 61.93 | 155.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 211 | 91 | 0 | 0.15 | 0.63 | 0.03 | 46.15 | 0.91 | 0.66 |
| Hex | F7 | D3 | 5B | 0 | F | 3F | 3 | 2E | 5B | 42 |
| Octal | 367 | 323 | 133 | 0 | 17 | 77 | 3 | 56 | 133 | 102 |
| Binary | 11110111 | 11010011 | 1011011 | 0 | 1111 | 111111 | 11 | 101110 | 1011011 | 1000010 |
Color Harmonies of #F7D35B
Complementary color
Monochromatic Colors of #F7D35B
Black with #F7D35B
Text Example
Text Example
White with #F7D35B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7D35B; }
p { color: rgb(247,211,91); }
H1.HeaderClassName
{
color: #F7D35B;
}
.AnyTagClassName
{
color: #F7D35B;
}
</style>
background-color css
<style>
a { background-color: #F7D35B; }
a { background-color: rgb(247,211,91); }
div.DivClassName
{
background-color: #F7D35B;
}
.BgClassName
{
background-color: #F7D35B;
}
</style>
border-color css
<style>
span { border-color: #F7D35B; }
span { border-color: rgb(247,211,91); }
td.TdClassName
{
border-color: #F7D35B;
}
.TagClassName
{
border-color: #F7D35B;
}
</style>