Shades of Kournikova #FFCF52
Tints of Kournikova #FFCF52
RGB
CMYK
RGB Variations
Color information
#FFCF52 (or 0xFFCF52) is known color: Kournikova. HEX triplet: FF, CF and 52. RGB value is (255,207,82). Sum of RGB (Red+Green+Blue) = 255+207+82=544 (72% of max value = 765). Red value is 255 (100% from 255 or 46.88% from 544); Green value is 207 (81.25% from 255 or 38.05% from 544); Blue value is 82 (32.42% from 255 or 15.07% from 544); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCF52 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCF52 is #0030AD. Grayscale: #CFCFCF. Windows color (decimal): -12462 or 5427199. OLE color: 5427199.
HSL color Cylindrical-coordinate representation of color #FFCF52: hue angle of 43.35º 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 #FFCF52 is Cyan = 0, Magento = 0.19, Yellow = 0.68 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 207 | 82 | - |
| CMYK | 0 | 0.19 | 0.68 | 0 |
| HSL | 43.35º | 1% | 0.66% | - |
| HSV(B) | 43.35º | 0.68% | 1% | - |
| XYZ | 65.08 | 66.49 | 17.39 | - |
| YUV | 207.1 | 57.4 | 162.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 207 | 82 | 0 | 0.19 | 0.68 | 0 | 43.35 | 1 | 0.66 |
| Hex | FF | CF | 52 | 0 | 13 | 44 | 0 | 2B | 64 | 42 |
| Octal | 377 | 317 | 122 | 0 | 23 | 104 | 0 | 53 | 144 | 102 |
| Binary | 11111111 | 11001111 | 1010010 | 0 | 10011 | 1000100 | 0 | 101011 | 1100100 | 1000010 |
Color Harmonies of #FFCF52
Complementary color
Monochromatic Colors of #FFCF52
Black with #FFCF52
Text Example
Text Example
White with #FFCF52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCF52; }
p { color: rgb(255,207,82); }
H1.HeaderClassName
{
color: #FFCF52;
}
.AnyTagClassName
{
color: #FFCF52;
}
</style>
background-color css
<style>
a { background-color: #FFCF52; }
a { background-color: rgb(255,207,82); }
div.DivClassName
{
background-color: #FFCF52;
}
.BgClassName
{
background-color: #FFCF52;
}
</style>
border-color css
<style>
span { border-color: #FFCF52; }
span { border-color: rgb(255,207,82); }
td.TdClassName
{
border-color: #FFCF52;
}
.TagClassName
{
border-color: #FFCF52;
}
</style>