Shades of Kournikova #F9C85F
Tints of Kournikova #F9C85F
RGB
CMYK
RGB Variations
Color information
#F9C85F (or 0xF9C85F) is known color: Kournikova. HEX triplet: F9, C8 and 5F. RGB value is (249,200,95). Sum of RGB (Red+Green+Blue) = 249+200+95=544 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.77% from 544); Green value is 200 (78.52% from 255 or 36.76% from 544); Blue value is 95 (37.5% from 255 or 17.46% from 544); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C85F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9C85F is #0637A0. Grayscale: #CBCBCB. Windows color (decimal): -407457 or 6277369. OLE color: 6277369.
HSL color Cylindrical-coordinate representation of color #F9C85F: hue angle of 40.91º 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 #F9C85F is Cyan = 0, Magento = 0.20, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 200 | 95 | - |
| CMYK | 0 | 0.20 | 0.62 | 0.02 |
| HSL | 40.91º | 0.93% | 0.67% | - |
| HSV(B) | 40.91º | 0.62% | 0.98% | - |
| XYZ | 61.79 | 62.27 | 19.59 | - |
| YUV | 202.68 | 67.23 | 161.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 200 | 95 | 0 | 0.20 | 0.62 | 0.02 | 40.91 | 0.93 | 0.67 |
| Hex | F9 | C8 | 5F | 0 | 14 | 3E | 2 | 29 | 5D | 43 |
| Octal | 371 | 310 | 137 | 0 | 24 | 76 | 2 | 51 | 135 | 103 |
| Binary | 11111001 | 11001000 | 1011111 | 0 | 10100 | 111110 | 10 | 101001 | 1011101 | 1000011 |
Color Harmonies of #F9C85F
Complementary color
Monochromatic Colors of #F9C85F
Black with #F9C85F
Text Example
Text Example
White with #F9C85F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9C85F; }
p { color: rgb(249,200,95); }
H1.HeaderClassName
{
color: #F9C85F;
}
.AnyTagClassName
{
color: #F9C85F;
}
</style>
background-color css
<style>
a { background-color: #F9C85F; }
a { background-color: rgb(249,200,95); }
div.DivClassName
{
background-color: #F9C85F;
}
.BgClassName
{
background-color: #F9C85F;
}
</style>
border-color css
<style>
span { border-color: #F9C85F; }
span { border-color: rgb(249,200,95); }
td.TdClassName
{
border-color: #F9C85F;
}
.TagClassName
{
border-color: #F9C85F;
}
</style>