Shades of Kournikova #F8C95C
Tints of Kournikova #F8C95C
RGB
CMYK
RGB Variations
Color information
#F8C95C (or 0xF8C95C) is known color: Kournikova. HEX triplet: F8, C9 and 5C. RGB value is (248,201,92). Sum of RGB (Red+Green+Blue) = 248+201+92=541 (71% of max value = 765). Red value is 248 (97.27% from 255 or 45.84% from 541); Green value is 201 (78.91% from 255 or 37.15% from 541); Blue value is 92 (36.33% from 255 or 17.01% from 541); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C95C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8C95C is #0736A3. Grayscale: #CBCBCB. Windows color (decimal): -472740 or 6081016. OLE color: 6081016.
HSL color Cylindrical-coordinate representation of color #F8C95C: hue angle of 41.92º 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 #F8C95C is Cyan = 0, Magento = 0.19, Yellow = 0.63 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 201 | 92 | - |
| CMYK | 0 | 0.19 | 0.63 | 0.03 |
| HSL | 41.92º | 0.92% | 0.67% | - |
| HSV(B) | 41.92º | 0.63% | 0.97% | - |
| XYZ | 61.53 | 62.5 | 18.95 | - |
| YUV | 202.63 | 65.57 | 160.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 201 | 92 | 0 | 0.19 | 0.63 | 0.03 | 41.92 | 0.92 | 0.67 |
| Hex | F8 | C9 | 5C | 0 | 13 | 3F | 3 | 2A | 5C | 43 |
| Octal | 370 | 311 | 134 | 0 | 23 | 77 | 3 | 52 | 134 | 103 |
| Binary | 11111000 | 11001001 | 1011100 | 0 | 10011 | 111111 | 11 | 101010 | 1011100 | 1000011 |
Color Harmonies of #F8C95C
Complementary color
Monochromatic Colors of #F8C95C
Black with #F8C95C
Text Example
Text Example
White with #F8C95C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C95C; }
p { color: rgb(248,201,92); }
H1.HeaderClassName
{
color: #F8C95C;
}
.AnyTagClassName
{
color: #F8C95C;
}
</style>
background-color css
<style>
a { background-color: #F8C95C; }
a { background-color: rgb(248,201,92); }
div.DivClassName
{
background-color: #F8C95C;
}
.BgClassName
{
background-color: #F8C95C;
}
</style>
border-color css
<style>
span { border-color: #F8C95C; }
span { border-color: rgb(248,201,92); }
td.TdClassName
{
border-color: #F8C95C;
}
.TagClassName
{
border-color: #F8C95C;
}
</style>