Shades of Kournikova #F7CB47
Tints of Kournikova #F7CB47
RGB
CMYK
RGB Variations
Color information
#F7CB47 (or 0xF7CB47) is known color: Kournikova. HEX triplet: F7, CB and 47. RGB value is (247,203,71). Sum of RGB (Red+Green+Blue) = 247+203+71=521 (69% of max value = 765). Red value is 247 (96.88% from 255 or 47.41% from 521); Green value is 203 (79.69% from 255 or 38.96% from 521); Blue value is 71 (28.12% from 255 or 13.63% from 521); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CB47 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F7CB47 is #0834B8. Grayscale: #C9C9C9. Windows color (decimal): -537785 or 4705271. OLE color: 4705271.
HSL color Cylindrical-coordinate representation of color #F7CB47: hue angle of 45º degrees, saturation: 0.92, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F7CB47 is Cyan = 0, Magento = 0.18, Yellow = 0.71 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 203 | 71 | - |
| CMYK | 0 | 0.18 | 0.71 | 0.03 |
| HSL | 45º | 0.92% | 0.62% | - |
| HSV(B) | 45º | 0.71% | 0.97% | - |
| XYZ | 60.85 | 62.94 | 14.9 | - |
| YUV | 201.11 | 54.58 | 160.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 203 | 71 | 0 | 0.18 | 0.71 | 0.03 | 45 | 0.92 | 0.62 |
| Hex | F7 | CB | 47 | 0 | 12 | 47 | 3 | 2D | 5C | 3E |
| Octal | 367 | 313 | 107 | 0 | 22 | 107 | 3 | 55 | 134 | 76 |
| Binary | 11110111 | 11001011 | 1000111 | 0 | 10010 | 1000111 | 11 | 101101 | 1011100 | 111110 |
Color Harmonies of #F7CB47
Complementary color
Monochromatic Colors of #F7CB47
Black with #F7CB47
Text Example
Text Example
White with #F7CB47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7CB47; }
p { color: rgb(247,203,71); }
H1.HeaderClassName
{
color: #F7CB47;
}
.AnyTagClassName
{
color: #F7CB47;
}
</style>
background-color css
<style>
a { background-color: #F7CB47; }
a { background-color: rgb(247,203,71); }
div.DivClassName
{
background-color: #F7CB47;
}
.BgClassName
{
background-color: #F7CB47;
}
</style>
border-color css
<style>
span { border-color: #F7CB47; }
span { border-color: rgb(247,203,71); }
td.TdClassName
{
border-color: #F7CB47;
}
.TagClassName
{
border-color: #F7CB47;
}
</style>