Shades of Kournikova #FFCF54
Tints of Kournikova #FFCF54
RGB
CMYK
RGB Variations
Color information
#FFCF54 (or 0xFFCF54) is known color: Kournikova. HEX triplet: FF, CF and 54. RGB value is (255,207,84). Sum of RGB (Red+Green+Blue) = 255+207+84=546 (72% of max value = 765). Red value is 255 (100% from 255 or 46.70% from 546); Green value is 207 (81.25% from 255 or 37.91% from 546); Blue value is 84 (33.20% from 255 or 15.38% from 546); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCF54 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCF54 is #0030AB. Grayscale: #CFCFCF. Windows color (decimal): -12460 or 5558271. OLE color: 5558271.
HSL color Cylindrical-coordinate representation of color #FFCF54: hue angle of 43.16º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FFCF54 is Cyan = 0, Magento = 0.19, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 207 | 84 | - |
| CMYK | 0 | 0.19 | 0.67 | 0 |
| HSL | 43.16º | 1% | 0.66% | - |
| HSV(B) | 43.16º | 0.67% | 1% | - |
| XYZ | 65.15 | 66.53 | 17.79 | - |
| YUV | 207.33 | 58.4 | 162 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 207 | 84 | 0 | 0.19 | 0.67 | 0 | 43.16 | 1 | 0.66 |
| Hex | FF | CF | 54 | 0 | 13 | 43 | 0 | 2B | 64 | 42 |
| Octal | 377 | 317 | 124 | 0 | 23 | 103 | 0 | 53 | 144 | 102 |
| Binary | 11111111 | 11001111 | 1010100 | 0 | 10011 | 1000011 | 0 | 101011 | 1100100 | 1000010 |
Color Harmonies of #FFCF54
Complementary color
Monochromatic Colors of #FFCF54
Black with #FFCF54
Text Example
Text Example
White with #FFCF54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCF54; }
p { color: rgb(255,207,84); }
H1.HeaderClassName
{
color: #FFCF54;
}
.AnyTagClassName
{
color: #FFCF54;
}
</style>
background-color css
<style>
a { background-color: #FFCF54; }
a { background-color: rgb(255,207,84); }
div.DivClassName
{
background-color: #FFCF54;
}
.BgClassName
{
background-color: #FFCF54;
}
</style>
border-color css
<style>
span { border-color: #FFCF54; }
span { border-color: rgb(255,207,84); }
td.TdClassName
{
border-color: #FFCF54;
}
.TagClassName
{
border-color: #FFCF54;
}
</style>