Shades of Kournikova #FFCA56
Tints of Kournikova #FFCA56
RGB
CMYK
RGB Variations
Color information
#FFCA56 (or 0xFFCA56) is known color: Kournikova. HEX triplet: FF, CA and 56. RGB value is (255,202,86). Sum of RGB (Red+Green+Blue) = 255+202+86=543 (71% of max value = 765). Red value is 255 (100% from 255 or 46.96% from 543); Green value is 202 (79.30% from 255 or 37.20% from 543); Blue value is 86 (33.98% from 255 or 15.84% from 543); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCA56 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCA56 is #0035A9. Grayscale: #CDCDCD. Windows color (decimal): -13738 or 5688063. OLE color: 5688063.
HSL color Cylindrical-coordinate representation of color #FFCA56: hue angle of 41.18º 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 #FFCA56 is Cyan = 0, Magento = 0.21, Yellow = 0.66 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 202 | 86 | - |
| CMYK | 0 | 0.21 | 0.66 | 0 |
| HSL | 41.18º | 1% | 0.67% | - |
| HSV(B) | 41.18º | 0.66% | 1% | - |
| XYZ | 64.04 | 64.17 | 17.82 | - |
| YUV | 204.62 | 61.06 | 163.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 202 | 86 | 0 | 0.21 | 0.66 | 0 | 41.18 | 1 | 0.67 |
| Hex | FF | CA | 56 | 0 | 15 | 42 | 0 | 29 | 64 | 43 |
| Octal | 377 | 312 | 126 | 0 | 25 | 102 | 0 | 51 | 144 | 103 |
| Binary | 11111111 | 11001010 | 1010110 | 0 | 10101 | 1000010 | 0 | 101001 | 1100100 | 1000011 |
Color Harmonies of #FFCA56
Complementary color
Monochromatic Colors of #FFCA56
Black with #FFCA56
Text Example
Text Example
White with #FFCA56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCA56; }
p { color: rgb(255,202,86); }
H1.HeaderClassName
{
color: #FFCA56;
}
.AnyTagClassName
{
color: #FFCA56;
}
</style>
background-color css
<style>
a { background-color: #FFCA56; }
a { background-color: rgb(255,202,86); }
div.DivClassName
{
background-color: #FFCA56;
}
.BgClassName
{
background-color: #FFCA56;
}
</style>
border-color css
<style>
span { border-color: #FFCA56; }
span { border-color: rgb(255,202,86); }
td.TdClassName
{
border-color: #FFCA56;
}
.TagClassName
{
border-color: #FFCA56;
}
</style>