Shades of Kournikova #FFCA55
Tints of Kournikova #FFCA55
RGB
CMYK
RGB Variations
Color information
#FFCA55 (or 0xFFCA55) is known color: Kournikova. HEX triplet: FF, CA and 55. RGB value is (255,202,85). Sum of RGB (Red+Green+Blue) = 255+202+85=542 (71% of max value = 765). Red value is 255 (100% from 255 or 47.05% from 542); Green value is 202 (79.30% from 255 or 37.27% from 542); Blue value is 85 (33.59% from 255 or 15.68% from 542); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCA55 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCA55 is #0035AA. Grayscale: #CDCDCD. Windows color (decimal): -13739 or 5622527. OLE color: 5622527.
HSL color Cylindrical-coordinate representation of color #FFCA55: hue angle of 41.29º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FFCA55 is Cyan = 0, Magento = 0.21, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 202 | 85 | - |
| CMYK | 0 | 0.21 | 0.67 | 0 |
| HSL | 41.29º | 1% | 0.67% | - |
| HSV(B) | 41.29º | 0.67% | 1% | - |
| XYZ | 64 | 64.16 | 17.6 | - |
| YUV | 204.51 | 60.56 | 164.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 202 | 85 | 0 | 0.21 | 0.67 | 0 | 41.29 | 1 | 0.67 |
| Hex | FF | CA | 55 | 0 | 15 | 43 | 0 | 29 | 64 | 43 |
| Octal | 377 | 312 | 125 | 0 | 25 | 103 | 0 | 51 | 144 | 103 |
| Binary | 11111111 | 11001010 | 1010101 | 0 | 10101 | 1000011 | 0 | 101001 | 1100100 | 1000011 |
Color Harmonies of #FFCA55
Complementary color
Monochromatic Colors of #FFCA55
Black with #FFCA55
Text Example
Text Example
White with #FFCA55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCA55; }
p { color: rgb(255,202,85); }
H1.HeaderClassName
{
color: #FFCA55;
}
.AnyTagClassName
{
color: #FFCA55;
}
</style>
background-color css
<style>
a { background-color: #FFCA55; }
a { background-color: rgb(255,202,85); }
div.DivClassName
{
background-color: #FFCA55;
}
.BgClassName
{
background-color: #FFCA55;
}
</style>
border-color css
<style>
span { border-color: #FFCA55; }
span { border-color: rgb(255,202,85); }
td.TdClassName
{
border-color: #FFCA55;
}
.TagClassName
{
border-color: #FFCA55;
}
</style>