Shades of Kournikova #FFCF56
Tints of Kournikova #FFCF56
RGB
CMYK
RGB Variations
Color information
#FFCF56 (or 0xFFCF56) is known color: Kournikova. HEX triplet: FF, CF and 56. RGB value is (255,207,86). Sum of RGB (Red+Green+Blue) = 255+207+86=548 (72% of max value = 765). Red value is 255 (100% from 255 or 46.53% from 548); Green value is 207 (81.25% from 255 or 37.77% from 548); Blue value is 86 (33.98% from 255 or 15.69% from 548); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCF56 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCF56 is #0030A9. Grayscale: #D0D0D0. Windows color (decimal): -12458 or 5689343. OLE color: 5689343.
HSL color Cylindrical-coordinate representation of color #FFCF56: hue angle of 42.96º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FFCF56 is Cyan = 0, Magento = 0.19, Yellow = 0.66 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 207 | 86 | - |
| CMYK | 0 | 0.19 | 0.66 | 0 |
| HSL | 42.96º | 1% | 0.67% | - |
| HSV(B) | 42.96º | 0.66% | 1% | - |
| XYZ | 65.23 | 66.56 | 18.21 | - |
| YUV | 207.56 | 59.4 | 161.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 207 | 86 | 0 | 0.19 | 0.66 | 0 | 42.96 | 1 | 0.67 |
| Hex | FF | CF | 56 | 0 | 13 | 42 | 0 | 2B | 64 | 43 |
| Octal | 377 | 317 | 126 | 0 | 23 | 102 | 0 | 53 | 144 | 103 |
| Binary | 11111111 | 11001111 | 1010110 | 0 | 10011 | 1000010 | 0 | 101011 | 1100100 | 1000011 |
Color Harmonies of #FFCF56
Complementary color
Monochromatic Colors of #FFCF56
Black with #FFCF56
Text Example
Text Example
White with #FFCF56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCF56; }
p { color: rgb(255,207,86); }
H1.HeaderClassName
{
color: #FFCF56;
}
.AnyTagClassName
{
color: #FFCF56;
}
</style>
background-color css
<style>
a { background-color: #FFCF56; }
a { background-color: rgb(255,207,86); }
div.DivClassName
{
background-color: #FFCF56;
}
.BgClassName
{
background-color: #FFCF56;
}
</style>
border-color css
<style>
span { border-color: #FFCF56; }
span { border-color: rgb(255,207,86); }
td.TdClassName
{
border-color: #FFCF56;
}
.TagClassName
{
border-color: #FFCF56;
}
</style>