Shades of Kournikova #FFCA57
Tints of Kournikova #FFCA57
RGB
CMYK
RGB Variations
Color information
#FFCA57 (or 0xFFCA57) is known color: Kournikova. HEX triplet: FF, CA and 57. RGB value is (255,202,87). Sum of RGB (Red+Green+Blue) = 255+202+87=544 (72% of max value = 765). Red value is 255 (100% from 255 or 46.88% from 544); Green value is 202 (79.30% from 255 or 37.13% from 544); Blue value is 87 (34.38% from 255 or 15.99% from 544); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCA57 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCA57 is #0035A8. Grayscale: #CDCDCD. Windows color (decimal): -13737 or 5753599. OLE color: 5753599.
HSL color Cylindrical-coordinate representation of color #FFCA57: hue angle of 41.07º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FFCA57 is Cyan = 0, Magento = 0.21, Yellow = 0.66 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 202 | 87 | - |
| CMYK | 0 | 0.21 | 0.66 | 0 |
| HSL | 41.07º | 1% | 0.67% | - |
| HSV(B) | 41.07º | 0.66% | 1% | - |
| XYZ | 64.08 | 64.19 | 18.03 | - |
| YUV | 204.74 | 61.56 | 163.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 202 | 87 | 0 | 0.21 | 0.66 | 0 | 41.07 | 1 | 0.67 |
| Hex | FF | CA | 57 | 0 | 15 | 42 | 0 | 29 | 64 | 43 |
| Octal | 377 | 312 | 127 | 0 | 25 | 102 | 0 | 51 | 144 | 103 |
| Binary | 11111111 | 11001010 | 1010111 | 0 | 10101 | 1000010 | 0 | 101001 | 1100100 | 1000011 |
Color Harmonies of #FFCA57
Complementary color
Monochromatic Colors of #FFCA57
Black with #FFCA57
Text Example
Text Example
White with #FFCA57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCA57; }
p { color: rgb(255,202,87); }
H1.HeaderClassName
{
color: #FFCA57;
}
.AnyTagClassName
{
color: #FFCA57;
}
</style>
background-color css
<style>
a { background-color: #FFCA57; }
a { background-color: rgb(255,202,87); }
div.DivClassName
{
background-color: #FFCA57;
}
.BgClassName
{
background-color: #FFCA57;
}
</style>
border-color css
<style>
span { border-color: #FFCA57; }
span { border-color: rgb(255,202,87); }
td.TdClassName
{
border-color: #FFCA57;
}
.TagClassName
{
border-color: #FFCA57;
}
</style>