Shades of Kournikova #F2CA5D
Tints of Kournikova #F2CA5D
RGB
CMYK
RGB Variations
Color information
#F2CA5D (or 0xF2CA5D) is known color: Kournikova. HEX triplet: F2, CA and 5D. RGB value is (242,202,93). Sum of RGB (Red+Green+Blue) = 242+202+93=537 (71% of max value = 765). Red value is 242 (94.92% from 255 or 45.07% from 537); Green value is 202 (79.30% from 255 or 37.62% from 537); Blue value is 93 (36.72% from 255 or 17.32% from 537); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CA5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2CA5D is #0D35A2. Grayscale: #CACACA. Windows color (decimal): -865699 or 6146802. OLE color: 6146802.
HSL color Cylindrical-coordinate representation of color #F2CA5D: hue angle of 43.89º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F2CA5D is Cyan = 0, Magento = 0.17, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 202 | 93 | - |
| CMYK | 0 | 0.17 | 0.62 | 0.05 |
| HSL | 43.89º | 0.85% | 0.66% | - |
| HSV(B) | 43.89º | 0.62% | 0.95% | - |
| XYZ | 59.71 | 61.91 | 19.16 | - |
| YUV | 201.53 | 66.75 | 156.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 202 | 93 | 0 | 0.17 | 0.62 | 0.05 | 43.89 | 0.85 | 0.66 |
| Hex | F2 | CA | 5D | 0 | 11 | 3E | 5 | 2C | 55 | 42 |
| Octal | 362 | 312 | 135 | 0 | 21 | 76 | 5 | 54 | 125 | 102 |
| Binary | 11110010 | 11001010 | 1011101 | 0 | 10001 | 111110 | 101 | 101100 | 1010101 | 1000010 |
Color Harmonies of #F2CA5D
Complementary color
Monochromatic Colors of #F2CA5D
Black with #F2CA5D
Text Example
Text Example
White with #F2CA5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CA5D; }
p { color: rgb(242,202,93); }
H1.HeaderClassName
{
color: #F2CA5D;
}
.AnyTagClassName
{
color: #F2CA5D;
}
</style>
background-color css
<style>
a { background-color: #F2CA5D; }
a { background-color: rgb(242,202,93); }
div.DivClassName
{
background-color: #F2CA5D;
}
.BgClassName
{
background-color: #F2CA5D;
}
</style>
border-color css
<style>
span { border-color: #F2CA5D; }
span { border-color: rgb(242,202,93); }
td.TdClassName
{
border-color: #F2CA5D;
}
.TagClassName
{
border-color: #F2CA5D;
}
</style>