Shades of Kournikova #F8C95A
Tints of Kournikova #F8C95A
RGB
CMYK
RGB Variations
Color information
#F8C95A (or 0xF8C95A) is known color: Kournikova. HEX triplet: F8, C9 and 5A. RGB value is (248,201,90). Sum of RGB (Red+Green+Blue) = 248+201+90=539 (71% of max value = 765). Red value is 248 (97.27% from 255 or 46.01% from 539); Green value is 201 (78.91% from 255 or 37.29% from 539); Blue value is 90 (35.55% from 255 or 16.70% from 539); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C95A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8C95A is #0736A5. Grayscale: #CACACA. Windows color (decimal): -472742 or 5949944. OLE color: 5949944.
HSL color Cylindrical-coordinate representation of color #F8C95A: hue angle of 42.15º 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 #F8C95A is Cyan = 0, Magento = 0.19, Yellow = 0.64 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 201 | 90 | - |
| CMYK | 0 | 0.19 | 0.64 | 0.03 |
| HSL | 42.15º | 0.92% | 0.66% | - |
| HSV(B) | 42.15º | 0.64% | 0.97% | - |
| XYZ | 61.44 | 62.47 | 18.49 | - |
| YUV | 202.4 | 64.57 | 160.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 201 | 90 | 0 | 0.19 | 0.64 | 0.03 | 42.15 | 0.92 | 0.66 |
| Hex | F8 | C9 | 5A | 0 | 13 | 40 | 3 | 2A | 5C | 42 |
| Octal | 370 | 311 | 132 | 0 | 23 | 100 | 3 | 52 | 134 | 102 |
| Binary | 11111000 | 11001001 | 1011010 | 0 | 10011 | 1000000 | 11 | 101010 | 1011100 | 1000010 |
Color Harmonies of #F8C95A
Complementary color
Monochromatic Colors of #F8C95A
Black with #F8C95A
Text Example
Text Example
White with #F8C95A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C95A; }
p { color: rgb(248,201,90); }
H1.HeaderClassName
{
color: #F8C95A;
}
.AnyTagClassName
{
color: #F8C95A;
}
</style>
background-color css
<style>
a { background-color: #F8C95A; }
a { background-color: rgb(248,201,90); }
div.DivClassName
{
background-color: #F8C95A;
}
.BgClassName
{
background-color: #F8C95A;
}
</style>
border-color css
<style>
span { border-color: #F8C95A; }
span { border-color: rgb(248,201,90); }
td.TdClassName
{
border-color: #F8C95A;
}
.TagClassName
{
border-color: #F8C95A;
}
</style>