Shades of Kournikova #FFCA53
Tints of Kournikova #FFCA53
RGB
CMYK
RGB Variations
Color information
#FFCA53 (or 0xFFCA53) is known color: Kournikova. HEX triplet: FF, CA and 53. RGB value is (255,202,83). Sum of RGB (Red+Green+Blue) = 255+202+83=540 (71% of max value = 765). Red value is 255 (100% from 255 or 47.22% from 540); Green value is 202 (79.30% from 255 or 37.41% from 540); Blue value is 83 (32.81% from 255 or 15.37% from 540); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCA53 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCA53 is #0035AC. Grayscale: #CCCCCC. Windows color (decimal): -13741 or 5491455. OLE color: 5491455.
HSL color Cylindrical-coordinate representation of color #FFCA53: hue angle of 41.51º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FFCA53 is Cyan = 0, Magento = 0.21, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 202 | 83 | - |
| CMYK | 0 | 0.21 | 0.67 | 0 |
| HSL | 41.51º | 1% | 0.66% | - |
| HSV(B) | 41.51º | 0.67% | 1% | - |
| XYZ | 63.92 | 64.13 | 17.19 | - |
| YUV | 204.28 | 59.56 | 164.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 202 | 83 | 0 | 0.21 | 0.67 | 0 | 41.51 | 1 | 0.66 |
| Hex | FF | CA | 53 | 0 | 15 | 43 | 0 | 2A | 64 | 42 |
| Octal | 377 | 312 | 123 | 0 | 25 | 103 | 0 | 52 | 144 | 102 |
| Binary | 11111111 | 11001010 | 1010011 | 0 | 10101 | 1000011 | 0 | 101010 | 1100100 | 1000010 |
Color Harmonies of #FFCA53
Complementary color
Monochromatic Colors of #FFCA53
Black with #FFCA53
Text Example
Text Example
White with #FFCA53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCA53; }
p { color: rgb(255,202,83); }
H1.HeaderClassName
{
color: #FFCA53;
}
.AnyTagClassName
{
color: #FFCA53;
}
</style>
background-color css
<style>
a { background-color: #FFCA53; }
a { background-color: rgb(255,202,83); }
div.DivClassName
{
background-color: #FFCA53;
}
.BgClassName
{
background-color: #FFCA53;
}
</style>
border-color css
<style>
span { border-color: #FFCA53; }
span { border-color: rgb(255,202,83); }
td.TdClassName
{
border-color: #FFCA53;
}
.TagClassName
{
border-color: #FFCA53;
}
</style>