Shades of Kournikova #FFCF51
Tints of Kournikova #FFCF51
RGB
CMYK
RGB Variations
Color information
#FFCF51 (or 0xFFCF51) is known color: Kournikova. HEX triplet: FF, CF and 51. RGB value is (255,207,81). Sum of RGB (Red+Green+Blue) = 255+207+81=543 (71% of max value = 765). Red value is 255 (100% from 255 or 46.96% from 543); Green value is 207 (81.25% from 255 or 38.12% from 543); Blue value is 81 (32.03% from 255 or 14.92% from 543); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCF51 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCF51 is #0030AE. Grayscale: #CFCFCF. Windows color (decimal): -12463 or 5361663. OLE color: 5361663.
HSL color Cylindrical-coordinate representation of color #FFCF51: hue angle of 43.45º 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 #FFCF51 is Cyan = 0, Magento = 0.19, Yellow = 0.68 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 207 | 81 | - |
| CMYK | 0 | 0.19 | 0.68 | 0 |
| HSL | 43.45º | 1% | 0.66% | - |
| HSV(B) | 43.45º | 0.68% | 1% | - |
| XYZ | 65.04 | 66.48 | 17.19 | - |
| YUV | 206.99 | 56.9 | 162.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 207 | 81 | 0 | 0.19 | 0.68 | 0 | 43.45 | 1 | 0.66 |
| Hex | FF | CF | 51 | 0 | 13 | 44 | 0 | 2B | 64 | 42 |
| Octal | 377 | 317 | 121 | 0 | 23 | 104 | 0 | 53 | 144 | 102 |
| Binary | 11111111 | 11001111 | 1010001 | 0 | 10011 | 1000100 | 0 | 101011 | 1100100 | 1000010 |
Color Harmonies of #FFCF51
Complementary color
Monochromatic Colors of #FFCF51
Black with #FFCF51
Text Example
Text Example
White with #FFCF51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCF51; }
p { color: rgb(255,207,81); }
H1.HeaderClassName
{
color: #FFCF51;
}
.AnyTagClassName
{
color: #FFCF51;
}
</style>
background-color css
<style>
a { background-color: #FFCF51; }
a { background-color: rgb(255,207,81); }
div.DivClassName
{
background-color: #FFCF51;
}
.BgClassName
{
background-color: #FFCF51;
}
</style>
border-color css
<style>
span { border-color: #FFCF51; }
span { border-color: rgb(255,207,81); }
td.TdClassName
{
border-color: #FFCF51;
}
.TagClassName
{
border-color: #FFCF51;
}
</style>