Shades of Kournikova #F4C75E
Tints of Kournikova #F4C75E
RGB
CMYK
RGB Variations
Color information
#F4C75E (or 0xF4C75E) is known color: Kournikova. HEX triplet: F4, C7 and 5E. RGB value is (244,199,94). Sum of RGB (Red+Green+Blue) = 244+199+94=537 (71% of max value = 765). Red value is 244 (95.70% from 255 or 45.44% from 537); Green value is 199 (78.12% from 255 or 37.06% from 537); Blue value is 94 (37.11% from 255 or 17.50% from 537); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C75E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4C75E is #0B38A1. Grayscale: #C8C8C8. Windows color (decimal): -735394 or 6211572. OLE color: 6211572.
HSL color Cylindrical-coordinate representation of color #F4C75E: hue angle of 42º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F4C75E is Cyan = 0, Magento = 0.18, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 199 | 94 | - |
| CMYK | 0 | 0.18 | 0.61 | 0.04 |
| HSL | 42º | 0.87% | 0.66% | - |
| HSV(B) | 42º | 0.61% | 0.96% | - |
| XYZ | 59.75 | 60.89 | 19.19 | - |
| YUV | 200.49 | 67.91 | 159.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 199 | 94 | 0 | 0.18 | 0.61 | 0.04 | 42 | 0.87 | 0.66 |
| Hex | F4 | C7 | 5E | 0 | 12 | 3D | 4 | 2A | 57 | 42 |
| Octal | 364 | 307 | 136 | 0 | 22 | 75 | 4 | 52 | 127 | 102 |
| Binary | 11110100 | 11000111 | 1011110 | 0 | 10010 | 111101 | 100 | 101010 | 1010111 | 1000010 |
Color Harmonies of #F4C75E
Complementary color
Monochromatic Colors of #F4C75E
Black with #F4C75E
Text Example
Text Example
White with #F4C75E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4C75E; }
p { color: rgb(244,199,94); }
H1.HeaderClassName
{
color: #F4C75E;
}
.AnyTagClassName
{
color: #F4C75E;
}
</style>
background-color css
<style>
a { background-color: #F4C75E; }
a { background-color: rgb(244,199,94); }
div.DivClassName
{
background-color: #F4C75E;
}
.BgClassName
{
background-color: #F4C75E;
}
</style>
border-color css
<style>
span { border-color: #F4C75E; }
span { border-color: rgb(244,199,94); }
td.TdClassName
{
border-color: #F4C75E;
}
.TagClassName
{
border-color: #F4C75E;
}
</style>