Shades of Kournikova #FFCF47
Tints of Kournikova #FFCF47
RGB
CMYK
RGB Variations
Color information
#FFCF47 (or 0xFFCF47) is known color: Kournikova. HEX triplet: FF, CF and 47. RGB value is (255,207,71). Sum of RGB (Red+Green+Blue) = 255+207+71=533 (70% of max value = 765). Red value is 255 (100% from 255 or 47.84% from 533); Green value is 207 (81.25% from 255 or 38.84% from 533); Blue value is 71 (28.12% from 255 or 13.32% from 533); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCF47 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFCF47 is #0030B8. Grayscale: #CECECE. Windows color (decimal): -12473 or 4706303. OLE color: 4706303.
HSL color Cylindrical-coordinate representation of color #FFCF47: hue angle of 44.35º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FFCF47 is Cyan = 0, Magento = 0.19, Yellow = 0.72 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 207 | 71 | - |
| CMYK | 0 | 0.19 | 0.72 | 0 |
| HSL | 44.35º | 1% | 0.64% | - |
| HSV(B) | 44.35º | 0.72% | 1% | - |
| XYZ | 64.69 | 66.34 | 15.36 | - |
| YUV | 205.85 | 51.9 | 163.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 207 | 71 | 0 | 0.19 | 0.72 | 0 | 44.35 | 1 | 0.64 |
| Hex | FF | CF | 47 | 0 | 13 | 48 | 0 | 2C | 64 | 40 |
| Octal | 377 | 317 | 107 | 0 | 23 | 110 | 0 | 54 | 144 | 100 |
| Binary | 11111111 | 11001111 | 1000111 | 0 | 10011 | 1001000 | 0 | 101100 | 1100100 | 1000000 |
Color Harmonies of #FFCF47
Complementary color
Monochromatic Colors of #FFCF47
Black with #FFCF47
Text Example
Text Example
White with #FFCF47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCF47; }
p { color: rgb(255,207,71); }
H1.HeaderClassName
{
color: #FFCF47;
}
.AnyTagClassName
{
color: #FFCF47;
}
</style>
background-color css
<style>
a { background-color: #FFCF47; }
a { background-color: rgb(255,207,71); }
div.DivClassName
{
background-color: #FFCF47;
}
.BgClassName
{
background-color: #FFCF47;
}
</style>
border-color css
<style>
span { border-color: #FFCF47; }
span { border-color: rgb(255,207,71); }
td.TdClassName
{
border-color: #FFCF47;
}
.TagClassName
{
border-color: #FFCF47;
}
</style>