Shades of Kournikova #F2CA53
Tints of Kournikova #F2CA53
RGB
CMYK
RGB Variations
Color information
#F2CA53 (or 0xF2CA53) is known color: Kournikova. HEX triplet: F2, CA and 53. RGB value is (242,202,83). Sum of RGB (Red+Green+Blue) = 242+202+83=527 (69% of max value = 765). Red value is 242 (94.92% from 255 or 45.92% from 527); Green value is 202 (79.30% from 255 or 38.33% from 527); Blue value is 83 (32.81% from 255 or 15.75% from 527); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CA53 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2CA53 is #0D35AC. Grayscale: #C8C8C8. Windows color (decimal): -865709 or 5491442. OLE color: 5491442.
HSL color Cylindrical-coordinate representation of color #F2CA53: hue angle of 44.91º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F2CA53 is Cyan = 0, Magento = 0.17, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 202 | 83 | - |
| CMYK | 0 | 0.17 | 0.66 | 0.05 |
| HSL | 44.91º | 0.86% | 0.64% | - |
| HSV(B) | 44.91º | 0.66% | 0.95% | - |
| XYZ | 59.3 | 61.74 | 16.98 | - |
| YUV | 200.39 | 61.75 | 157.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 202 | 83 | 0 | 0.17 | 0.66 | 0.05 | 44.91 | 0.86 | 0.64 |
| Hex | F2 | CA | 53 | 0 | 11 | 42 | 5 | 2D | 56 | 40 |
| Octal | 362 | 312 | 123 | 0 | 21 | 102 | 5 | 55 | 126 | 100 |
| Binary | 11110010 | 11001010 | 1010011 | 0 | 10001 | 1000010 | 101 | 101101 | 1010110 | 1000000 |
Color Harmonies of #F2CA53
Complementary color
Monochromatic Colors of #F2CA53
Black with #F2CA53
Text Example
Text Example
White with #F2CA53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CA53; }
p { color: rgb(242,202,83); }
H1.HeaderClassName
{
color: #F2CA53;
}
.AnyTagClassName
{
color: #F2CA53;
}
</style>
background-color css
<style>
a { background-color: #F2CA53; }
a { background-color: rgb(242,202,83); }
div.DivClassName
{
background-color: #F2CA53;
}
.BgClassName
{
background-color: #F2CA53;
}
</style>
border-color css
<style>
span { border-color: #F2CA53; }
span { border-color: rgb(242,202,83); }
td.TdClassName
{
border-color: #F2CA53;
}
.TagClassName
{
border-color: #F2CA53;
}
</style>