Shades of Kournikova #FFCA52
Tints of Kournikova #FFCA52
RGB
CMYK
RGB Variations
Color information
#FFCA52 (or 0xFFCA52) is known color: Kournikova. HEX triplet: FF, CA and 52. RGB value is (255,202,82). Sum of RGB (Red+Green+Blue) = 255+202+82=539 (71% of max value = 765). Red value is 255 (100% from 255 or 47.31% from 539); Green value is 202 (79.30% from 255 or 37.48% from 539); Blue value is 82 (32.42% from 255 or 15.21% from 539); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCA52 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCA52 is #0035AD. Grayscale: #CCCCCC. Windows color (decimal): -13742 or 5425919. OLE color: 5425919.
HSL color Cylindrical-coordinate representation of color #FFCA52: hue angle of 41.62º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FFCA52 is Cyan = 0, Magento = 0.21, Yellow = 0.68 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 202 | 82 | - |
| CMYK | 0 | 0.21 | 0.68 | 0 |
| HSL | 41.62º | 1% | 0.66% | - |
| HSV(B) | 41.62º | 0.68% | 1% | - |
| XYZ | 63.88 | 64.11 | 16.99 | - |
| YUV | 204.17 | 59.06 | 164.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 202 | 82 | 0 | 0.21 | 0.68 | 0 | 41.62 | 1 | 0.66 |
| Hex | FF | CA | 52 | 0 | 15 | 44 | 0 | 2A | 64 | 42 |
| Octal | 377 | 312 | 122 | 0 | 25 | 104 | 0 | 52 | 144 | 102 |
| Binary | 11111111 | 11001010 | 1010010 | 0 | 10101 | 1000100 | 0 | 101010 | 1100100 | 1000010 |
Color Harmonies of #FFCA52
Complementary color
Monochromatic Colors of #FFCA52
Black with #FFCA52
Text Example
Text Example
White with #FFCA52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCA52; }
p { color: rgb(255,202,82); }
H1.HeaderClassName
{
color: #FFCA52;
}
.AnyTagClassName
{
color: #FFCA52;
}
</style>
background-color css
<style>
a { background-color: #FFCA52; }
a { background-color: rgb(255,202,82); }
div.DivClassName
{
background-color: #FFCA52;
}
.BgClassName
{
background-color: #FFCA52;
}
</style>
border-color css
<style>
span { border-color: #FFCA52; }
span { border-color: rgb(255,202,82); }
td.TdClassName
{
border-color: #FFCA52;
}
.TagClassName
{
border-color: #FFCA52;
}
</style>