Shades of Kournikova #FFCA60
Tints of Kournikova #FFCA60
RGB
CMYK
RGB Variations
Color information
#FFCA60 (or 0xFFCA60) is known color: Kournikova. HEX triplet: FF, CA and 60. RGB value is (255,202,96). Sum of RGB (Red+Green+Blue) = 255+202+96=553 (73% of max value = 765). Red value is 255 (100% from 255 or 46.11% from 553); Green value is 202 (79.30% from 255 or 36.53% from 553); Blue value is 96 (37.89% from 255 or 17.36% from 553); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCA60 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCA60 is #00359F. Grayscale: #CECECE. Windows color (decimal): -13728 or 6343423. OLE color: 6343423.
HSL color Cylindrical-coordinate representation of color #FFCA60: hue angle of 40º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FFCA60 is Cyan = 0, Magento = 0.21, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 202 | 96 | - |
| CMYK | 0 | 0.21 | 0.62 | 0 |
| HSL | 40º | 1% | 0.69% | - |
| HSV(B) | 40º | 0.62% | 1% | - |
| XYZ | 64.47 | 64.35 | 20.09 | - |
| YUV | 205.76 | 66.06 | 163.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 202 | 96 | 0 | 0.21 | 0.62 | 0 | 40 | 1 | 0.69 |
| Hex | FF | CA | 60 | 0 | 15 | 3E | 0 | 28 | 64 | 45 |
| Octal | 377 | 312 | 140 | 0 | 25 | 76 | 0 | 50 | 144 | 105 |
| Binary | 11111111 | 11001010 | 1100000 | 0 | 10101 | 111110 | 0 | 101000 | 1100100 | 1000101 |
Color Harmonies of #FFCA60
Complementary color
Monochromatic Colors of #FFCA60
Black with #FFCA60
Text Example
Text Example
White with #FFCA60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCA60; }
p { color: rgb(255,202,96); }
H1.HeaderClassName
{
color: #FFCA60;
}
.AnyTagClassName
{
color: #FFCA60;
}
</style>
background-color css
<style>
a { background-color: #FFCA60; }
a { background-color: rgb(255,202,96); }
div.DivClassName
{
background-color: #FFCA60;
}
.BgClassName
{
background-color: #FFCA60;
}
</style>
border-color css
<style>
span { border-color: #FFCA60; }
span { border-color: rgb(255,202,96); }
td.TdClassName
{
border-color: #FFCA60;
}
.TagClassName
{
border-color: #FFCA60;
}
</style>