Shades of Kournikova #F4CF5D
Tints of Kournikova #F4CF5D
RGB
CMYK
RGB Variations
Color information
#F4CF5D (or 0xF4CF5D) is known color: Kournikova. HEX triplet: F4, CF and 5D. RGB value is (244,207,93). Sum of RGB (Red+Green+Blue) = 244+207+93=544 (72% of max value = 765). Red value is 244 (95.70% from 255 or 44.85% from 544); Green value is 207 (81.25% from 255 or 38.05% from 544); Blue value is 93 (36.72% from 255 or 17.10% from 544); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CF5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4CF5D is #0B30A2. Grayscale: #CDCDCD. Windows color (decimal): -733347 or 6148084. OLE color: 6148084.
HSL color Cylindrical-coordinate representation of color #F4CF5D: hue angle of 45.3º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F4CF5D is Cyan = 0, Magento = 0.15, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 207 | 93 | - |
| CMYK | 0 | 0.15 | 0.62 | 0.04 |
| HSL | 45.3º | 0.87% | 0.66% | - |
| HSV(B) | 45.3º | 0.62% | 0.96% | - |
| XYZ | 61.6 | 64.65 | 19.59 | - |
| YUV | 205.07 | 64.76 | 155.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 207 | 93 | 0 | 0.15 | 0.62 | 0.04 | 45.3 | 0.87 | 0.66 |
| Hex | F4 | CF | 5D | 0 | F | 3E | 4 | 2D | 57 | 42 |
| Octal | 364 | 317 | 135 | 0 | 17 | 76 | 4 | 55 | 127 | 102 |
| Binary | 11110100 | 11001111 | 1011101 | 0 | 1111 | 111110 | 100 | 101101 | 1010111 | 1000010 |
Color Harmonies of #F4CF5D
Complementary color
Monochromatic Colors of #F4CF5D
Black with #F4CF5D
Text Example
Text Example
White with #F4CF5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4CF5D; }
p { color: rgb(244,207,93); }
H1.HeaderClassName
{
color: #F4CF5D;
}
.AnyTagClassName
{
color: #F4CF5D;
}
</style>
background-color css
<style>
a { background-color: #F4CF5D; }
a { background-color: rgb(244,207,93); }
div.DivClassName
{
background-color: #F4CF5D;
}
.BgClassName
{
background-color: #F4CF5D;
}
</style>
border-color css
<style>
span { border-color: #F4CF5D; }
span { border-color: rgb(244,207,93); }
td.TdClassName
{
border-color: #F4CF5D;
}
.TagClassName
{
border-color: #F4CF5D;
}
</style>