Shades of Kournikova #F9C95D
Tints of Kournikova #F9C95D
RGB
CMYK
RGB Variations
Color information
#F9C95D (or 0xF9C95D) is known color: Kournikova. HEX triplet: F9, C9 and 5D. RGB value is (249,201,93). Sum of RGB (Red+Green+Blue) = 249+201+93=543 (71% of max value = 765). Red value is 249 (97.66% from 255 or 45.86% from 543); Green value is 201 (78.91% from 255 or 37.02% from 543); Blue value is 93 (36.72% from 255 or 17.13% from 543); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C95D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9C95D is #0636A2. Grayscale: #CBCBCB. Windows color (decimal): -407203 or 6146553. OLE color: 6146553.
HSL color Cylindrical-coordinate representation of color #F9C95D: hue angle of 41.54º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F9C95D is Cyan = 0, Magento = 0.19, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 201 | 93 | - |
| CMYK | 0 | 0.19 | 0.63 | 0.02 |
| HSL | 41.54º | 0.93% | 0.67% | - |
| HSV(B) | 41.54º | 0.63% | 0.98% | - |
| XYZ | 61.93 | 62.7 | 19.19 | - |
| YUV | 203.04 | 65.9 | 160.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 201 | 93 | 0 | 0.19 | 0.63 | 0.02 | 41.54 | 0.93 | 0.67 |
| Hex | F9 | C9 | 5D | 0 | 13 | 3F | 2 | 2A | 5D | 43 |
| Octal | 371 | 311 | 135 | 0 | 23 | 77 | 2 | 52 | 135 | 103 |
| Binary | 11111001 | 11001001 | 1011101 | 0 | 10011 | 111111 | 10 | 101010 | 1011101 | 1000011 |
Color Harmonies of #F9C95D
Complementary color
Monochromatic Colors of #F9C95D
Black with #F9C95D
Text Example
Text Example
White with #F9C95D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9C95D; }
p { color: rgb(249,201,93); }
H1.HeaderClassName
{
color: #F9C95D;
}
.AnyTagClassName
{
color: #F9C95D;
}
</style>
background-color css
<style>
a { background-color: #F9C95D; }
a { background-color: rgb(249,201,93); }
div.DivClassName
{
background-color: #F9C95D;
}
.BgClassName
{
background-color: #F9C95D;
}
</style>
border-color css
<style>
span { border-color: #F9C95D; }
span { border-color: rgb(249,201,93); }
td.TdClassName
{
border-color: #F9C95D;
}
.TagClassName
{
border-color: #F9C95D;
}
</style>