Shades of Kournikova #FFCA5F
Tints of Kournikova #FFCA5F
RGB
CMYK
RGB Variations
Color information
#FFCA5F (or 0xFFCA5F) is known color: Kournikova. HEX triplet: FF, CA and 5F. RGB value is (255,202,95). Sum of RGB (Red+Green+Blue) = 255+202+95=552 (73% of max value = 765). Red value is 255 (100% from 255 or 46.20% from 552); Green value is 202 (79.30% from 255 or 36.59% from 552); Blue value is 95 (37.5% from 255 or 17.21% from 552); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCA5F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCA5F is #0035A0. Grayscale: #CECECE. Windows color (decimal): -13729 or 6277887. OLE color: 6277887.
HSL color Cylindrical-coordinate representation of color #FFCA5F: hue angle of 40.12º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FFCA5F is Cyan = 0, Magento = 0.21, Yellow = 0.63 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 202 | 95 | - |
| CMYK | 0 | 0.21 | 0.63 | 0 |
| HSL | 40.13º | 1% | 0.69% | - |
| HSV(B) | 40.13º | 0.63% | 1% | - |
| XYZ | 64.43 | 64.33 | 19.85 | - |
| YUV | 205.65 | 65.56 | 163.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 202 | 95 | 0 | 0.21 | 0.63 | 0 | 40.13 | 1 | 0.69 |
| Hex | FF | CA | 5F | 0 | 15 | 3F | 0 | 28 | 64 | 45 |
| Octal | 377 | 312 | 137 | 0 | 25 | 77 | 0 | 50 | 144 | 105 |
| Binary | 11111111 | 11001010 | 1011111 | 0 | 10101 | 111111 | 0 | 101000 | 1100100 | 1000101 |
Color Harmonies of #FFCA5F
Complementary color
Monochromatic Colors of #FFCA5F
Black with #FFCA5F
Text Example
Text Example
White with #FFCA5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCA5F; }
p { color: rgb(255,202,95); }
H1.HeaderClassName
{
color: #FFCA5F;
}
.AnyTagClassName
{
color: #FFCA5F;
}
</style>
background-color css
<style>
a { background-color: #FFCA5F; }
a { background-color: rgb(255,202,95); }
div.DivClassName
{
background-color: #FFCA5F;
}
.BgClassName
{
background-color: #FFCA5F;
}
</style>
border-color css
<style>
span { border-color: #FFCA5F; }
span { border-color: rgb(255,202,95); }
td.TdClassName
{
border-color: #FFCA5F;
}
.TagClassName
{
border-color: #FFCA5F;
}
</style>