Shades of Kournikova #F3CA5E
Tints of Kournikova #F3CA5E
RGB
CMYK
RGB Variations
Color information
#F3CA5E (or 0xF3CA5E) is known color: Kournikova. HEX triplet: F3, CA and 5E. RGB value is (243,202,94). Sum of RGB (Red+Green+Blue) = 243+202+94=539 (71% of max value = 765). Red value is 243 (95.31% from 255 or 45.08% from 539); Green value is 202 (79.30% from 255 or 37.48% from 539); Blue value is 94 (37.11% from 255 or 17.44% from 539); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CA5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3CA5E is #0C35A1. Grayscale: #CACACA. Windows color (decimal): -800162 or 6212339. OLE color: 6212339.
HSL color Cylindrical-coordinate representation of color #F3CA5E: hue angle of 43.49º 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 #F3CA5E is Cyan = 0, Magento = 0.17, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 202 | 94 | - |
| CMYK | 0 | 0.17 | 0.61 | 0.05 |
| HSL | 43.49º | 0.86% | 0.66% | - |
| HSV(B) | 43.49º | 0.61% | 0.95% | - |
| XYZ | 60.1 | 62.1 | 19.41 | - |
| YUV | 201.95 | 67.08 | 157.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 202 | 94 | 0 | 0.17 | 0.61 | 0.05 | 43.49 | 0.86 | 0.66 |
| Hex | F3 | CA | 5E | 0 | 11 | 3D | 5 | 2B | 56 | 42 |
| Octal | 363 | 312 | 136 | 0 | 21 | 75 | 5 | 53 | 126 | 102 |
| Binary | 11110011 | 11001010 | 1011110 | 0 | 10001 | 111101 | 101 | 101011 | 1010110 | 1000010 |
Color Harmonies of #F3CA5E
Complementary color
Monochromatic Colors of #F3CA5E
Black with #F3CA5E
Text Example
Text Example
White with #F3CA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3CA5E; }
p { color: rgb(243,202,94); }
H1.HeaderClassName
{
color: #F3CA5E;
}
.AnyTagClassName
{
color: #F3CA5E;
}
</style>
background-color css
<style>
a { background-color: #F3CA5E; }
a { background-color: rgb(243,202,94); }
div.DivClassName
{
background-color: #F3CA5E;
}
.BgClassName
{
background-color: #F3CA5E;
}
</style>
border-color css
<style>
span { border-color: #F3CA5E; }
span { border-color: rgb(243,202,94); }
td.TdClassName
{
border-color: #F3CA5E;
}
.TagClassName
{
border-color: #F3CA5E;
}
</style>