Shades of Kournikova #F3C85E
Tints of Kournikova #F3C85E
RGB
CMYK
RGB Variations
Color information
#F3C85E (or 0xF3C85E) is known color: Kournikova. HEX triplet: F3, C8 and 5E. RGB value is (243,200,94). Sum of RGB (Red+Green+Blue) = 243+200+94=537 (71% of max value = 765). Red value is 243 (95.31% from 255 or 45.25% from 537); Green value is 200 (78.52% from 255 or 37.24% from 537); Blue value is 94 (37.11% from 255 or 17.50% from 537); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C85E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3C85E is #0C37A1. Grayscale: #C9C9C9. Windows color (decimal): -800674 or 6211827. OLE color: 6211827.
HSL color Cylindrical-coordinate representation of color #F3C85E: hue angle of 42.68º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F3C85E is Cyan = 0, Magento = 0.18, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 200 | 94 | - |
| CMYK | 0 | 0.18 | 0.61 | 0.05 |
| HSL | 42.68º | 0.86% | 0.66% | - |
| HSV(B) | 42.68º | 0.61% | 0.95% | - |
| XYZ | 59.64 | 61.17 | 19.25 | - |
| YUV | 200.77 | 67.75 | 158.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 200 | 94 | 0 | 0.18 | 0.61 | 0.05 | 42.68 | 0.86 | 0.66 |
| Hex | F3 | C8 | 5E | 0 | 12 | 3D | 5 | 2B | 56 | 42 |
| Octal | 363 | 310 | 136 | 0 | 22 | 75 | 5 | 53 | 126 | 102 |
| Binary | 11110011 | 11001000 | 1011110 | 0 | 10010 | 111101 | 101 | 101011 | 1010110 | 1000010 |
Color Harmonies of #F3C85E
Complementary color
Monochromatic Colors of #F3C85E
Black with #F3C85E
Text Example
Text Example
White with #F3C85E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C85E; }
p { color: rgb(243,200,94); }
H1.HeaderClassName
{
color: #F3C85E;
}
.AnyTagClassName
{
color: #F3C85E;
}
</style>
background-color css
<style>
a { background-color: #F3C85E; }
a { background-color: rgb(243,200,94); }
div.DivClassName
{
background-color: #F3C85E;
}
.BgClassName
{
background-color: #F3C85E;
}
</style>
border-color css
<style>
span { border-color: #F3C85E; }
span { border-color: rgb(243,200,94); }
td.TdClassName
{
border-color: #F3C85E;
}
.TagClassName
{
border-color: #F3C85E;
}
</style>