Shades of Kournikova #FFCF4E
Tints of Kournikova #FFCF4E
RGB
CMYK
RGB Variations
Color information
#FFCF4E (or 0xFFCF4E) is known color: Kournikova. HEX triplet: FF, CF and 4E. RGB value is (255,207,78). Sum of RGB (Red+Green+Blue) = 255+207+78=540 (71% of max value = 765). Red value is 255 (100% from 255 or 47.22% from 540); Green value is 207 (81.25% from 255 or 38.33% from 540); Blue value is 78 (30.86% from 255 or 14.44% from 540); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCF4E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCF4E is #0030B1. Grayscale: #CFCFCF. Windows color (decimal): -12466 or 5165055. OLE color: 5165055.
HSL color Cylindrical-coordinate representation of color #FFCF4E: hue angle of 43.73º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FFCF4E is Cyan = 0, Magento = 0.19, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 207 | 78 | - |
| CMYK | 0 | 0.19 | 0.69 | 0 |
| HSL | 43.73º | 1% | 0.65% | - |
| HSV(B) | 43.73º | 0.69% | 1% | - |
| XYZ | 64.93 | 66.44 | 16.61 | - |
| YUV | 206.65 | 55.4 | 162.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 207 | 78 | 0 | 0.19 | 0.69 | 0 | 43.73 | 1 | 0.65 |
| Hex | FF | CF | 4E | 0 | 13 | 45 | 0 | 2C | 64 | 41 |
| Octal | 377 | 317 | 116 | 0 | 23 | 105 | 0 | 54 | 144 | 101 |
| Binary | 11111111 | 11001111 | 1001110 | 0 | 10011 | 1000101 | 0 | 101100 | 1100100 | 1000001 |
Color Harmonies of #FFCF4E
Complementary color
Monochromatic Colors of #FFCF4E
Black with #FFCF4E
Text Example
Text Example
White with #FFCF4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCF4E; }
p { color: rgb(255,207,78); }
H1.HeaderClassName
{
color: #FFCF4E;
}
.AnyTagClassName
{
color: #FFCF4E;
}
</style>
background-color css
<style>
a { background-color: #FFCF4E; }
a { background-color: rgb(255,207,78); }
div.DivClassName
{
background-color: #FFCF4E;
}
.BgClassName
{
background-color: #FFCF4E;
}
</style>
border-color css
<style>
span { border-color: #FFCF4E; }
span { border-color: rgb(255,207,78); }
td.TdClassName
{
border-color: #FFCF4E;
}
.TagClassName
{
border-color: #FFCF4E;
}
</style>