Shades of Kournikova #FFCF4F
Tints of Kournikova #FFCF4F
RGB
CMYK
RGB Variations
Color information
#FFCF4F (or 0xFFCF4F) is known color: Kournikova. HEX triplet: FF, CF and 4F. RGB value is (255,207,79). Sum of RGB (Red+Green+Blue) = 255+207+79=541 (71% of max value = 765). Red value is 255 (100% from 255 or 47.13% from 541); Green value is 207 (81.25% from 255 or 38.26% from 541); Blue value is 79 (31.25% from 255 or 14.60% from 541); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCF4F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCF4F is #0030B0. Grayscale: #CFCFCF. Windows color (decimal): -12465 or 5230591. OLE color: 5230591.
HSL color Cylindrical-coordinate representation of color #FFCF4F: hue angle of 43.64º 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 #FFCF4F is Cyan = 0, Magento = 0.19, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 207 | 79 | - |
| CMYK | 0 | 0.19 | 0.69 | 0 |
| HSL | 43.64º | 1% | 0.65% | - |
| HSV(B) | 43.64º | 0.69% | 1% | - |
| XYZ | 64.96 | 66.45 | 16.8 | - |
| YUV | 206.76 | 55.9 | 162.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 207 | 79 | 0 | 0.19 | 0.69 | 0 | 43.64 | 1 | 0.65 |
| Hex | FF | CF | 4F | 0 | 13 | 45 | 0 | 2C | 64 | 41 |
| Octal | 377 | 317 | 117 | 0 | 23 | 105 | 0 | 54 | 144 | 101 |
| Binary | 11111111 | 11001111 | 1001111 | 0 | 10011 | 1000101 | 0 | 101100 | 1100100 | 1000001 |
Color Harmonies of #FFCF4F
Complementary color
Monochromatic Colors of #FFCF4F
Black with #FFCF4F
Text Example
Text Example
White with #FFCF4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCF4F; }
p { color: rgb(255,207,79); }
H1.HeaderClassName
{
color: #FFCF4F;
}
.AnyTagClassName
{
color: #FFCF4F;
}
</style>
background-color css
<style>
a { background-color: #FFCF4F; }
a { background-color: rgb(255,207,79); }
div.DivClassName
{
background-color: #FFCF4F;
}
.BgClassName
{
background-color: #FFCF4F;
}
</style>
border-color css
<style>
span { border-color: #FFCF4F; }
span { border-color: rgb(255,207,79); }
td.TdClassName
{
border-color: #FFCF4F;
}
.TagClassName
{
border-color: #FFCF4F;
}
</style>