Shades of Kournikova #F9C85C
Tints of Kournikova #F9C85C
RGB
CMYK
RGB Variations
Color information
#F9C85C (or 0xF9C85C) is known color: Kournikova. HEX triplet: F9, C8 and 5C. RGB value is (249,200,92). Sum of RGB (Red+Green+Blue) = 249+200+92=541 (71% of max value = 765). Red value is 249 (97.66% from 255 or 46.03% from 541); Green value is 200 (78.52% from 255 or 36.97% from 541); Blue value is 92 (36.33% from 255 or 17.01% from 541); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C85C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9C85C is #0637A3. Grayscale: #CACACA. Windows color (decimal): -407460 or 6080761. OLE color: 6080761.
HSL color Cylindrical-coordinate representation of color #F9C85C: hue angle of 41.27º 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 #F9C85C is Cyan = 0, Magento = 0.20, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 200 | 92 | - |
| CMYK | 0 | 0.20 | 0.63 | 0.02 |
| HSL | 41.27º | 0.93% | 0.67% | - |
| HSV(B) | 41.27º | 0.63% | 0.98% | - |
| XYZ | 61.65 | 62.22 | 18.89 | - |
| YUV | 202.34 | 65.73 | 161.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 200 | 92 | 0 | 0.20 | 0.63 | 0.02 | 41.27 | 0.93 | 0.67 |
| Hex | F9 | C8 | 5C | 0 | 14 | 3F | 2 | 29 | 5D | 43 |
| Octal | 371 | 310 | 134 | 0 | 24 | 77 | 2 | 51 | 135 | 103 |
| Binary | 11111001 | 11001000 | 1011100 | 0 | 10100 | 111111 | 10 | 101001 | 1011101 | 1000011 |
Color Harmonies of #F9C85C
Complementary color
Monochromatic Colors of #F9C85C
Black with #F9C85C
Text Example
Text Example
White with #F9C85C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9C85C; }
p { color: rgb(249,200,92); }
H1.HeaderClassName
{
color: #F9C85C;
}
.AnyTagClassName
{
color: #F9C85C;
}
</style>
background-color css
<style>
a { background-color: #F9C85C; }
a { background-color: rgb(249,200,92); }
div.DivClassName
{
background-color: #F9C85C;
}
.BgClassName
{
background-color: #F9C85C;
}
</style>
border-color css
<style>
span { border-color: #F9C85C; }
span { border-color: rgb(249,200,92); }
td.TdClassName
{
border-color: #F9C85C;
}
.TagClassName
{
border-color: #F9C85C;
}
</style>