Shades of Kournikova #F7D45A
Tints of Kournikova #F7D45A
RGB
CMYK
RGB Variations
Color information
#F7D45A (or 0xF7D45A) is known color: Kournikova. HEX triplet: F7, D4 and 5A. RGB value is (247,212,90). Sum of RGB (Red+Green+Blue) = 247+212+90=549 (72% of max value = 765). Red value is 247 (96.88% from 255 or 44.99% from 549); Green value is 212 (83.20% from 255 or 38.62% from 549); Blue value is 90 (35.55% from 255 or 16.39% from 549); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D45A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7D45A is #082BA5. Grayscale: #D1D1D1. Windows color (decimal): -535462 or 5952759. OLE color: 5952759.
HSL color Cylindrical-coordinate representation of color #F7D45A: hue angle of 46.62º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F7D45A is Cyan = 0, Magento = 0.14, Yellow = 0.64 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 212 | 90 | - |
| CMYK | 0 | 0.14 | 0.64 | 0.03 |
| HSL | 46.62º | 0.91% | 0.66% | - |
| HSV(B) | 46.62º | 0.64% | 0.97% | - |
| XYZ | 63.75 | 67.6 | 19.36 | - |
| YUV | 208.56 | 61.1 | 155.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 212 | 90 | 0 | 0.14 | 0.64 | 0.03 | 46.62 | 0.91 | 0.66 |
| Hex | F7 | D4 | 5A | 0 | E | 40 | 3 | 2F | 5B | 42 |
| Octal | 367 | 324 | 132 | 0 | 16 | 100 | 3 | 57 | 133 | 102 |
| Binary | 11110111 | 11010100 | 1011010 | 0 | 1110 | 1000000 | 11 | 101111 | 1011011 | 1000010 |
Color Harmonies of #F7D45A
Complementary color
Monochromatic Colors of #F7D45A
Black with #F7D45A
Text Example
Text Example
White with #F7D45A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7D45A; }
p { color: rgb(247,212,90); }
H1.HeaderClassName
{
color: #F7D45A;
}
.AnyTagClassName
{
color: #F7D45A;
}
</style>
background-color css
<style>
a { background-color: #F7D45A; }
a { background-color: rgb(247,212,90); }
div.DivClassName
{
background-color: #F7D45A;
}
.BgClassName
{
background-color: #F7D45A;
}
</style>
border-color css
<style>
span { border-color: #F7D45A; }
span { border-color: rgb(247,212,90); }
td.TdClassName
{
border-color: #F7D45A;
}
.TagClassName
{
border-color: #F7D45A;
}
</style>