Shades of Kournikova #F3C85B
Tints of Kournikova #F3C85B
RGB
CMYK
RGB Variations
Color information
#F3C85B (or 0xF3C85B) is known color: Kournikova. HEX triplet: F3, C8 and 5B. RGB value is (243,200,91). Sum of RGB (Red+Green+Blue) = 243+200+91=534 (70% of max value = 765). Red value is 243 (95.31% from 255 or 45.51% from 534); Green value is 200 (78.52% from 255 or 37.45% from 534); Blue value is 91 (35.94% from 255 or 17.04% from 534); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C85B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3C85B is #0C37A4. Grayscale: #C8C8C8. Windows color (decimal): -800677 or 6015219. OLE color: 6015219.
HSL color Cylindrical-coordinate representation of color #F3C85B: hue angle of 43.03º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F3C85B is Cyan = 0, Magento = 0.18, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 200 | 91 | - |
| CMYK | 0 | 0.18 | 0.63 | 0.05 |
| HSL | 43.03º | 0.86% | 0.65% | - |
| HSV(B) | 43.03º | 0.63% | 0.95% | - |
| XYZ | 59.5 | 61.12 | 18.56 | - |
| YUV | 200.43 | 66.25 | 158.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 200 | 91 | 0 | 0.18 | 0.63 | 0.05 | 43.03 | 0.86 | 0.65 |
| Hex | F3 | C8 | 5B | 0 | 12 | 3F | 5 | 2B | 56 | 41 |
| Octal | 363 | 310 | 133 | 0 | 22 | 77 | 5 | 53 | 126 | 101 |
| Binary | 11110011 | 11001000 | 1011011 | 0 | 10010 | 111111 | 101 | 101011 | 1010110 | 1000001 |
Color Harmonies of #F3C85B
Complementary color
Monochromatic Colors of #F3C85B
Black with #F3C85B
Text Example
Text Example
White with #F3C85B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C85B; }
p { color: rgb(243,200,91); }
H1.HeaderClassName
{
color: #F3C85B;
}
.AnyTagClassName
{
color: #F3C85B;
}
</style>
background-color css
<style>
a { background-color: #F3C85B; }
a { background-color: rgb(243,200,91); }
div.DivClassName
{
background-color: #F3C85B;
}
.BgClassName
{
background-color: #F3C85B;
}
</style>
border-color css
<style>
span { border-color: #F3C85B; }
span { border-color: rgb(243,200,91); }
td.TdClassName
{
border-color: #F3C85B;
}
.TagClassName
{
border-color: #F3C85B;
}
</style>