Shades of Kournikova #FFCA5E
Tints of Kournikova #FFCA5E
RGB
CMYK
RGB Variations
Color information
#FFCA5E (or 0xFFCA5E) is known color: Kournikova. HEX triplet: FF, CA and 5E. RGB value is (255,202,94). Sum of RGB (Red+Green+Blue) = 255+202+94=551 (72% of max value = 765). Red value is 255 (100% from 255 or 46.28% from 551); Green value is 202 (79.30% from 255 or 36.66% from 551); Blue value is 94 (37.11% from 255 or 17.06% from 551); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCA5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCA5E is #0035A1. Grayscale: #CECECE. Windows color (decimal): -13730 or 6212351. OLE color: 6212351.
HSL color Cylindrical-coordinate representation of color #FFCA5E: hue angle of 40.25º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FFCA5E is Cyan = 0, Magento = 0.21, Yellow = 0.63 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 202 | 94 | - |
| CMYK | 0 | 0.21 | 0.63 | 0 |
| HSL | 40.25º | 1% | 0.68% | - |
| HSV(B) | 40.25º | 0.63% | 1% | - |
| XYZ | 64.38 | 64.31 | 19.61 | - |
| YUV | 205.54 | 65.06 | 163.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 202 | 94 | 0 | 0.21 | 0.63 | 0 | 40.25 | 1 | 0.68 |
| Hex | FF | CA | 5E | 0 | 15 | 3F | 0 | 28 | 64 | 44 |
| Octal | 377 | 312 | 136 | 0 | 25 | 77 | 0 | 50 | 144 | 104 |
| Binary | 11111111 | 11001010 | 1011110 | 0 | 10101 | 111111 | 0 | 101000 | 1100100 | 1000100 |
Color Harmonies of #FFCA5E
Complementary color
Monochromatic Colors of #FFCA5E
Black with #FFCA5E
Text Example
Text Example
White with #FFCA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCA5E; }
p { color: rgb(255,202,94); }
H1.HeaderClassName
{
color: #FFCA5E;
}
.AnyTagClassName
{
color: #FFCA5E;
}
</style>
background-color css
<style>
a { background-color: #FFCA5E; }
a { background-color: rgb(255,202,94); }
div.DivClassName
{
background-color: #FFCA5E;
}
.BgClassName
{
background-color: #FFCA5E;
}
</style>
border-color css
<style>
span { border-color: #FFCA5E; }
span { border-color: rgb(255,202,94); }
td.TdClassName
{
border-color: #FFCA5E;
}
.TagClassName
{
border-color: #FFCA5E;
}
</style>