Shades of Kournikova #FFCF50
Tints of Kournikova #FFCF50
RGB
CMYK
RGB Variations
Color information
#FFCF50 (or 0xFFCF50) is known color: Kournikova. HEX triplet: FF, CF and 50. RGB value is (255,207,80). Sum of RGB (Red+Green+Blue) = 255+207+80=542 (71% of max value = 765). Red value is 255 (100% from 255 or 47.05% from 542); Green value is 207 (81.25% from 255 or 38.19% from 542); Blue value is 80 (31.64% from 255 or 14.76% from 542); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCF50 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCF50 is #0030AF. Grayscale: #CFCFCF. Windows color (decimal): -12464 or 5296127. OLE color: 5296127.
HSL color Cylindrical-coordinate representation of color #FFCF50: hue angle of 43.54º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FFCF50 is Cyan = 0, Magento = 0.19, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 207 | 80 | - |
| CMYK | 0 | 0.19 | 0.69 | 0 |
| HSL | 43.54º | 1% | 0.66% | - |
| HSV(B) | 43.54º | 0.69% | 1% | - |
| XYZ | 65 | 66.46 | 16.99 | - |
| YUV | 206.87 | 56.4 | 162.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 207 | 80 | 0 | 0.19 | 0.69 | 0 | 43.54 | 1 | 0.66 |
| Hex | FF | CF | 50 | 0 | 13 | 45 | 0 | 2C | 64 | 42 |
| Octal | 377 | 317 | 120 | 0 | 23 | 105 | 0 | 54 | 144 | 102 |
| Binary | 11111111 | 11001111 | 1010000 | 0 | 10011 | 1000101 | 0 | 101100 | 1100100 | 1000010 |
Color Harmonies of #FFCF50
Complementary color
Monochromatic Colors of #FFCF50
Black with #FFCF50
Text Example
Text Example
White with #FFCF50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCF50; }
p { color: rgb(255,207,80); }
H1.HeaderClassName
{
color: #FFCF50;
}
.AnyTagClassName
{
color: #FFCF50;
}
</style>
background-color css
<style>
a { background-color: #FFCF50; }
a { background-color: rgb(255,207,80); }
div.DivClassName
{
background-color: #FFCF50;
}
.BgClassName
{
background-color: #FFCF50;
}
</style>
border-color css
<style>
span { border-color: #FFCF50; }
span { border-color: rgb(255,207,80); }
td.TdClassName
{
border-color: #FFCF50;
}
.TagClassName
{
border-color: #FFCF50;
}
</style>