Shades of Kournikova #F8C85A
Tints of Kournikova #F8C85A
RGB
CMYK
RGB Variations
Color information
#F8C85A (or 0xF8C85A) is known color: Kournikova. HEX triplet: F8, C8 and 5A. RGB value is (248,200,90). Sum of RGB (Red+Green+Blue) = 248+200+90=538 (71% of max value = 765). Red value is 248 (97.27% from 255 or 46.10% from 538); Green value is 200 (78.52% from 255 or 37.17% from 538); Blue value is 90 (35.55% from 255 or 16.73% from 538); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C85A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8C85A is #0737A5. Grayscale: #CACACA. Windows color (decimal): -472998 or 5949688. OLE color: 5949688.
HSL color Cylindrical-coordinate representation of color #F8C85A: hue angle of 41.77º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F8C85A is Cyan = 0, Magento = 0.19, Yellow = 0.64 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 200 | 90 | - |
| CMYK | 0 | 0.19 | 0.64 | 0.03 |
| HSL | 41.77º | 0.92% | 0.66% | - |
| HSV(B) | 41.77º | 0.64% | 0.97% | - |
| XYZ | 61.21 | 62 | 18.41 | - |
| YUV | 201.81 | 64.9 | 160.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 200 | 90 | 0 | 0.19 | 0.64 | 0.03 | 41.77 | 0.92 | 0.66 |
| Hex | F8 | C8 | 5A | 0 | 13 | 40 | 3 | 2A | 5C | 42 |
| Octal | 370 | 310 | 132 | 0 | 23 | 100 | 3 | 52 | 134 | 102 |
| Binary | 11111000 | 11001000 | 1011010 | 0 | 10011 | 1000000 | 11 | 101010 | 1011100 | 1000010 |
Color Harmonies of #F8C85A
Complementary color
Monochromatic Colors of #F8C85A
Black with #F8C85A
Text Example
Text Example
White with #F8C85A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C85A; }
p { color: rgb(248,200,90); }
H1.HeaderClassName
{
color: #F8C85A;
}
.AnyTagClassName
{
color: #F8C85A;
}
</style>
background-color css
<style>
a { background-color: #F8C85A; }
a { background-color: rgb(248,200,90); }
div.DivClassName
{
background-color: #F8C85A;
}
.BgClassName
{
background-color: #F8C85A;
}
</style>
border-color css
<style>
span { border-color: #F8C85A; }
span { border-color: rgb(248,200,90); }
td.TdClassName
{
border-color: #F8C85A;
}
.TagClassName
{
border-color: #F8C85A;
}
</style>