Shades of Kournikova #FFCF45
Tints of Kournikova #FFCF45
RGB
CMYK
RGB Variations
Color information
#FFCF45 (or 0xFFCF45) is known color: Kournikova. HEX triplet: FF, CF and 45. RGB value is (255,207,69). Sum of RGB (Red+Green+Blue) = 255+207+69=531 (70% of max value = 765). Red value is 255 (100% from 255 or 48.02% from 531); Green value is 207 (81.25% from 255 or 38.98% from 531); Blue value is 69 (27.34% from 255 or 12.99% from 531); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCF45 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFCF45 is #0030BA. Grayscale: #CECECE. Windows color (decimal): -12475 or 4575231. OLE color: 4575231.
HSL color Cylindrical-coordinate representation of color #FFCF45: hue angle of 44.52º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FFCF45 is Cyan = 0, Magento = 0.19, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 207 | 69 | - |
| CMYK | 0 | 0.19 | 0.73 | 0 |
| HSL | 44.52º | 1% | 0.64% | - |
| HSV(B) | 44.52º | 0.73% | 1% | - |
| XYZ | 64.63 | 66.32 | 15.02 | - |
| YUV | 205.62 | 50.9 | 163.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 207 | 69 | 0 | 0.19 | 0.73 | 0 | 44.52 | 1 | 0.64 |
| Hex | FF | CF | 45 | 0 | 13 | 49 | 0 | 2D | 64 | 40 |
| Octal | 377 | 317 | 105 | 0 | 23 | 111 | 0 | 55 | 144 | 100 |
| Binary | 11111111 | 11001111 | 1000101 | 0 | 10011 | 1001001 | 0 | 101101 | 1100100 | 1000000 |
Color Harmonies of #FFCF45
Complementary color
Monochromatic Colors of #FFCF45
Black with #FFCF45
Text Example
Text Example
White with #FFCF45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCF45; }
p { color: rgb(255,207,69); }
H1.HeaderClassName
{
color: #FFCF45;
}
.AnyTagClassName
{
color: #FFCF45;
}
</style>
background-color css
<style>
a { background-color: #FFCF45; }
a { background-color: rgb(255,207,69); }
div.DivClassName
{
background-color: #FFCF45;
}
.BgClassName
{
background-color: #FFCF45;
}
</style>
border-color css
<style>
span { border-color: #FFCF45; }
span { border-color: rgb(255,207,69); }
td.TdClassName
{
border-color: #FFCF45;
}
.TagClassName
{
border-color: #FFCF45;
}
</style>