Shades of Kournikova #F3C85F
Tints of Kournikova #F3C85F
RGB
CMYK
RGB Variations
Color information
#F3C85F (or 0xF3C85F) is known color: Kournikova. HEX triplet: F3, C8 and 5F. RGB value is (243,200,95). Sum of RGB (Red+Green+Blue) = 243+200+95=538 (71% of max value = 765). Red value is 243 (95.31% from 255 or 45.17% from 538); Green value is 200 (78.52% from 255 or 37.17% from 538); Blue value is 95 (37.5% from 255 or 17.66% from 538); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C85F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3C85F is #0C37A0. Grayscale: #C9C9C9. Windows color (decimal): -800673 or 6277363. OLE color: 6277363.
HSL color Cylindrical-coordinate representation of color #F3C85F: hue angle of 42.57º 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 #F3C85F is Cyan = 0, Magento = 0.18, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 200 | 95 | - |
| CMYK | 0 | 0.18 | 0.61 | 0.05 |
| HSL | 42.57º | 0.86% | 0.66% | - |
| HSV(B) | 42.57º | 0.61% | 0.95% | - |
| XYZ | 59.68 | 61.19 | 19.49 | - |
| YUV | 200.89 | 68.25 | 158.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 200 | 95 | 0 | 0.18 | 0.61 | 0.05 | 42.57 | 0.86 | 0.66 |
| Hex | F3 | C8 | 5F | 0 | 12 | 3D | 5 | 2B | 56 | 42 |
| Octal | 363 | 310 | 137 | 0 | 22 | 75 | 5 | 53 | 126 | 102 |
| Binary | 11110011 | 11001000 | 1011111 | 0 | 10010 | 111101 | 101 | 101011 | 1010110 | 1000010 |
Color Harmonies of #F3C85F
Complementary color
Monochromatic Colors of #F3C85F
Black with #F3C85F
Text Example
Text Example
White with #F3C85F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C85F; }
p { color: rgb(243,200,95); }
H1.HeaderClassName
{
color: #F3C85F;
}
.AnyTagClassName
{
color: #F3C85F;
}
</style>
background-color css
<style>
a { background-color: #F3C85F; }
a { background-color: rgb(243,200,95); }
div.DivClassName
{
background-color: #F3C85F;
}
.BgClassName
{
background-color: #F3C85F;
}
</style>
border-color css
<style>
span { border-color: #F3C85F; }
span { border-color: rgb(243,200,95); }
td.TdClassName
{
border-color: #F3C85F;
}
.TagClassName
{
border-color: #F3C85F;
}
</style>