Shades of Kournikova #F5CA5F
Tints of Kournikova #F5CA5F
RGB
CMYK
RGB Variations
Color information
#F5CA5F (or 0xF5CA5F) is known color: Kournikova. HEX triplet: F5, CA and 5F. RGB value is (245,202,95). Sum of RGB (Red+Green+Blue) = 245+202+95=542 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.20% from 542); Green value is 202 (79.30% from 255 or 37.27% from 542); Blue value is 95 (37.5% from 255 or 17.53% from 542); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CA5F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5CA5F is #0A35A0. Grayscale: #CBCBCB. Windows color (decimal): -669089 or 6277877. OLE color: 6277877.
HSL color Cylindrical-coordinate representation of color #F5CA5F: hue angle of 42.8º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F5CA5F is Cyan = 0, Magento = 0.18, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 202 | 95 | - |
| CMYK | 0 | 0.18 | 0.61 | 0.04 |
| HSL | 42.8º | 0.88% | 0.67% | - |
| HSV(B) | 42.8º | 0.61% | 0.96% | - |
| XYZ | 60.84 | 62.48 | 19.68 | - |
| YUV | 202.66 | 67.25 | 158.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 202 | 95 | 0 | 0.18 | 0.61 | 0.04 | 42.8 | 0.88 | 0.67 |
| Hex | F5 | CA | 5F | 0 | 12 | 3D | 4 | 2B | 58 | 43 |
| Octal | 365 | 312 | 137 | 0 | 22 | 75 | 4 | 53 | 130 | 103 |
| Binary | 11110101 | 11001010 | 1011111 | 0 | 10010 | 111101 | 100 | 101011 | 1011000 | 1000011 |
Color Harmonies of #F5CA5F
Complementary color
Monochromatic Colors of #F5CA5F
Black with #F5CA5F
Text Example
Text Example
White with #F5CA5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5CA5F; }
p { color: rgb(245,202,95); }
H1.HeaderClassName
{
color: #F5CA5F;
}
.AnyTagClassName
{
color: #F5CA5F;
}
</style>
background-color css
<style>
a { background-color: #F5CA5F; }
a { background-color: rgb(245,202,95); }
div.DivClassName
{
background-color: #F5CA5F;
}
.BgClassName
{
background-color: #F5CA5F;
}
</style>
border-color css
<style>
span { border-color: #F5CA5F; }
span { border-color: rgb(245,202,95); }
td.TdClassName
{
border-color: #F5CA5F;
}
.TagClassName
{
border-color: #F5CA5F;
}
</style>