Shades of Kournikova #F7C85A
Tints of Kournikova #F7C85A
RGB
CMYK
RGB Variations
Color information
#F7C85A (or 0xF7C85A) is known color: Kournikova. HEX triplet: F7, C8 and 5A. RGB value is (247,200,90). Sum of RGB (Red+Green+Blue) = 247+200+90=537 (71% of max value = 765). Red value is 247 (96.88% from 255 or 46.00% from 537); Green value is 200 (78.52% from 255 or 37.24% from 537); Blue value is 90 (35.55% from 255 or 16.76% from 537); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C85A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7C85A is #0837A5. Grayscale: #CACACA. Windows color (decimal): -538534 or 5949687. OLE color: 5949687.
HSL color Cylindrical-coordinate representation of color #F7C85A: hue angle of 42.04º 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 #F7C85A is Cyan = 0, Magento = 0.19, Yellow = 0.64 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 200 | 90 | - |
| CMYK | 0 | 0.19 | 0.64 | 0.03 |
| HSL | 42.04º | 0.91% | 0.66% | - |
| HSV(B) | 42.04º | 0.64% | 0.97% | - |
| XYZ | 60.86 | 61.82 | 18.4 | - |
| YUV | 201.51 | 65.07 | 160.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 200 | 90 | 0 | 0.19 | 0.64 | 0.03 | 42.04 | 0.91 | 0.66 |
| Hex | F7 | C8 | 5A | 0 | 13 | 40 | 3 | 2A | 5B | 42 |
| Octal | 367 | 310 | 132 | 0 | 23 | 100 | 3 | 52 | 133 | 102 |
| Binary | 11110111 | 11001000 | 1011010 | 0 | 10011 | 1000000 | 11 | 101010 | 1011011 | 1000010 |
Color Harmonies of #F7C85A
Complementary color
Monochromatic Colors of #F7C85A
Black with #F7C85A
Text Example
Text Example
White with #F7C85A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7C85A; }
p { color: rgb(247,200,90); }
H1.HeaderClassName
{
color: #F7C85A;
}
.AnyTagClassName
{
color: #F7C85A;
}
</style>
background-color css
<style>
a { background-color: #F7C85A; }
a { background-color: rgb(247,200,90); }
div.DivClassName
{
background-color: #F7C85A;
}
.BgClassName
{
background-color: #F7C85A;
}
</style>
border-color css
<style>
span { border-color: #F7C85A; }
span { border-color: rgb(247,200,90); }
td.TdClassName
{
border-color: #F7C85A;
}
.TagClassName
{
border-color: #F7C85A;
}
</style>