Shades of Kournikova #FFCA5B
Tints of Kournikova #FFCA5B
RGB
CMYK
RGB Variations
Color information
#FFCA5B (or 0xFFCA5B) is known color: Kournikova. HEX triplet: FF, CA and 5B. RGB value is (255,202,91). Sum of RGB (Red+Green+Blue) = 255+202+91=548 (72% of max value = 765). Red value is 255 (100% from 255 or 46.53% from 548); Green value is 202 (79.30% from 255 or 36.86% from 548); Blue value is 91 (35.94% from 255 or 16.61% from 548); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCA5B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCA5B is #0035A4. Grayscale: #CDCDCD. Windows color (decimal): -13733 or 6015743. OLE color: 6015743.
HSL color Cylindrical-coordinate representation of color #FFCA5B: hue angle of 40.61º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FFCA5B is Cyan = 0, Magento = 0.21, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 202 | 91 | - |
| CMYK | 0 | 0.21 | 0.64 | 0 |
| HSL | 40.61º | 1% | 0.68% | - |
| HSV(B) | 40.61º | 0.64% | 1% | - |
| XYZ | 64.25 | 64.26 | 18.91 | - |
| YUV | 205.19 | 63.56 | 163.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 202 | 91 | 0 | 0.21 | 0.64 | 0 | 40.61 | 1 | 0.68 |
| Hex | FF | CA | 5B | 0 | 15 | 40 | 0 | 29 | 64 | 44 |
| Octal | 377 | 312 | 133 | 0 | 25 | 100 | 0 | 51 | 144 | 104 |
| Binary | 11111111 | 11001010 | 1011011 | 0 | 10101 | 1000000 | 0 | 101001 | 1100100 | 1000100 |
Color Harmonies of #FFCA5B
Complementary color
Monochromatic Colors of #FFCA5B
Black with #FFCA5B
Text Example
Text Example
White with #FFCA5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCA5B; }
p { color: rgb(255,202,91); }
H1.HeaderClassName
{
color: #FFCA5B;
}
.AnyTagClassName
{
color: #FFCA5B;
}
</style>
background-color css
<style>
a { background-color: #FFCA5B; }
a { background-color: rgb(255,202,91); }
div.DivClassName
{
background-color: #FFCA5B;
}
.BgClassName
{
background-color: #FFCA5B;
}
</style>
border-color css
<style>
span { border-color: #FFCA5B; }
span { border-color: rgb(255,202,91); }
td.TdClassName
{
border-color: #FFCA5B;
}
.TagClassName
{
border-color: #FFCA5B;
}
</style>