Shades of Kournikova #F3CF55
Tints of Kournikova #F3CF55
RGB
CMYK
RGB Variations
Color information
#F3CF55 (or 0xF3CF55) is known color: Kournikova. HEX triplet: F3, CF and 55. RGB value is (243,207,85). Sum of RGB (Red+Green+Blue) = 243+207+85=535 (70% of max value = 765). Red value is 243 (95.31% from 255 or 45.42% from 535); Green value is 207 (81.25% from 255 or 38.69% from 535); Blue value is 85 (33.59% from 255 or 15.89% from 535); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CF55 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3CF55 is #0C30AA. Grayscale: #CCCCCC. Windows color (decimal): -798891 or 5623795. OLE color: 5623795.
HSL color Cylindrical-coordinate representation of color #F3CF55: hue angle of 46.33º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F3CF55 is Cyan = 0, Magento = 0.15, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 207 | 85 | - |
| CMYK | 0 | 0.15 | 0.65 | 0.05 |
| HSL | 46.33º | 0.87% | 0.64% | - |
| HSV(B) | 46.33º | 0.65% | 0.95% | - |
| XYZ | 60.91 | 64.34 | 17.8 | - |
| YUV | 203.86 | 60.93 | 155.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 207 | 85 | 0 | 0.15 | 0.65 | 0.05 | 46.33 | 0.87 | 0.64 |
| Hex | F3 | CF | 55 | 0 | F | 41 | 5 | 2E | 57 | 40 |
| Octal | 363 | 317 | 125 | 0 | 17 | 101 | 5 | 56 | 127 | 100 |
| Binary | 11110011 | 11001111 | 1010101 | 0 | 1111 | 1000001 | 101 | 101110 | 1010111 | 1000000 |
Color Harmonies of #F3CF55
Complementary color
Monochromatic Colors of #F3CF55
Black with #F3CF55
Text Example
Text Example
White with #F3CF55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3CF55; }
p { color: rgb(243,207,85); }
H1.HeaderClassName
{
color: #F3CF55;
}
.AnyTagClassName
{
color: #F3CF55;
}
</style>
background-color css
<style>
a { background-color: #F3CF55; }
a { background-color: rgb(243,207,85); }
div.DivClassName
{
background-color: #F3CF55;
}
.BgClassName
{
background-color: #F3CF55;
}
</style>
border-color css
<style>
span { border-color: #F3CF55; }
span { border-color: rgb(243,207,85); }
td.TdClassName
{
border-color: #F3CF55;
}
.TagClassName
{
border-color: #F3CF55;
}
</style>