Shades of Kournikova #F9CF5E
Tints of Kournikova #F9CF5E
RGB
CMYK
RGB Variations
Color information
#F9CF5E (or 0xF9CF5E) is known color: Kournikova. HEX triplet: F9, CF and 5E. RGB value is (249,207,94). Sum of RGB (Red+Green+Blue) = 249+207+94=550 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.27% from 550); Green value is 207 (81.25% from 255 or 37.64% from 550); Blue value is 94 (37.11% from 255 or 17.09% from 550); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CF5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9CF5E is #0630A1. Grayscale: #CFCFCF. Windows color (decimal): -405666 or 6213625. OLE color: 6213625.
HSL color Cylindrical-coordinate representation of color #F9CF5E: hue angle of 43.74º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F9CF5E is Cyan = 0, Magento = 0.17, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 207 | 94 | - |
| CMYK | 0 | 0.17 | 0.62 | 0.02 |
| HSL | 43.74º | 0.93% | 0.67% | - |
| HSV(B) | 43.74º | 0.62% | 0.98% | - |
| XYZ | 63.4 | 65.57 | 19.91 | - |
| YUV | 206.68 | 64.41 | 158.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 207 | 94 | 0 | 0.17 | 0.62 | 0.02 | 43.74 | 0.93 | 0.67 |
| Hex | F9 | CF | 5E | 0 | 11 | 3E | 2 | 2C | 5D | 43 |
| Octal | 371 | 317 | 136 | 0 | 21 | 76 | 2 | 54 | 135 | 103 |
| Binary | 11111001 | 11001111 | 1011110 | 0 | 10001 | 111110 | 10 | 101100 | 1011101 | 1000011 |
Color Harmonies of #F9CF5E
Complementary color
Monochromatic Colors of #F9CF5E
Black with #F9CF5E
Text Example
Text Example
White with #F9CF5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9CF5E; }
p { color: rgb(249,207,94); }
H1.HeaderClassName
{
color: #F9CF5E;
}
.AnyTagClassName
{
color: #F9CF5E;
}
</style>
background-color css
<style>
a { background-color: #F9CF5E; }
a { background-color: rgb(249,207,94); }
div.DivClassName
{
background-color: #F9CF5E;
}
.BgClassName
{
background-color: #F9CF5E;
}
</style>
border-color css
<style>
span { border-color: #F9CF5E; }
span { border-color: rgb(249,207,94); }
td.TdClassName
{
border-color: #F9CF5E;
}
.TagClassName
{
border-color: #F9CF5E;
}
</style>