Shades of Kournikova #F8C85C
Tints of Kournikova #F8C85C
RGB
CMYK
RGB Variations
Color information
#F8C85C (or 0xF8C85C) is known color: Kournikova. HEX triplet: F8, C8 and 5C. RGB value is (248,200,92). Sum of RGB (Red+Green+Blue) = 248+200+92=540 (71% of max value = 765). Red value is 248 (97.27% from 255 or 45.93% from 540); Green value is 200 (78.52% from 255 or 37.04% from 540); Blue value is 92 (36.33% from 255 or 17.04% from 540); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C85C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8C85C is #0737A3. Grayscale: #CACACA. Windows color (decimal): -472996 or 6080760. OLE color: 6080760.
HSL color Cylindrical-coordinate representation of color #F8C85C: hue angle of 41.54º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F8C85C is Cyan = 0, Magento = 0.19, Yellow = 0.63 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 200 | 92 | - |
| CMYK | 0 | 0.19 | 0.63 | 0.03 |
| HSL | 41.54º | 0.92% | 0.67% | - |
| HSV(B) | 41.54º | 0.63% | 0.97% | - |
| XYZ | 61.3 | 62.04 | 18.87 | - |
| YUV | 202.04 | 65.9 | 160.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 200 | 92 | 0 | 0.19 | 0.63 | 0.03 | 41.54 | 0.92 | 0.67 |
| Hex | F8 | C8 | 5C | 0 | 13 | 3F | 3 | 2A | 5C | 43 |
| Octal | 370 | 310 | 134 | 0 | 23 | 77 | 3 | 52 | 134 | 103 |
| Binary | 11111000 | 11001000 | 1011100 | 0 | 10011 | 111111 | 11 | 101010 | 1011100 | 1000011 |
Color Harmonies of #F8C85C
Complementary color
Monochromatic Colors of #F8C85C
Black with #F8C85C
Text Example
Text Example
White with #F8C85C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C85C; }
p { color: rgb(248,200,92); }
H1.HeaderClassName
{
color: #F8C85C;
}
.AnyTagClassName
{
color: #F8C85C;
}
</style>
background-color css
<style>
a { background-color: #F8C85C; }
a { background-color: rgb(248,200,92); }
div.DivClassName
{
background-color: #F8C85C;
}
.BgClassName
{
background-color: #F8C85C;
}
</style>
border-color css
<style>
span { border-color: #F8C85C; }
span { border-color: rgb(248,200,92); }
td.TdClassName
{
border-color: #F8C85C;
}
.TagClassName
{
border-color: #F8C85C;
}
</style>