Shades of Kournikova #F8CE50
Tints of Kournikova #F8CE50
RGB
CMYK
RGB Variations
Color information
#F8CE50 (or 0xF8CE50) is known color: Kournikova. HEX triplet: F8, CE and 50. RGB value is (248,206,80). Sum of RGB (Red+Green+Blue) = 248+206+80=534 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.44% from 534); Green value is 206 (80.86% from 255 or 38.58% from 534); Blue value is 80 (31.64% from 255 or 14.98% from 534); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CE50 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8CE50 is #0731AF. Grayscale: #CCCCCC. Windows color (decimal): -471472 or 5295864. OLE color: 5295864.
HSL color Cylindrical-coordinate representation of color #F8CE50: hue angle of 45º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F8CE50 is Cyan = 0, Magento = 0.17, Yellow = 0.68 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 206 | 80 | - |
| CMYK | 0 | 0.17 | 0.68 | 0.03 |
| HSL | 45º | 0.92% | 0.64% | - |
| HSV(B) | 45º | 0.68% | 0.97% | - |
| XYZ | 62.23 | 64.68 | 16.79 | - |
| YUV | 204.19 | 57.91 | 159.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 206 | 80 | 0 | 0.17 | 0.68 | 0.03 | 45 | 0.92 | 0.64 |
| Hex | F8 | CE | 50 | 0 | 11 | 44 | 3 | 2D | 5C | 40 |
| Octal | 370 | 316 | 120 | 0 | 21 | 104 | 3 | 55 | 134 | 100 |
| Binary | 11111000 | 11001110 | 1010000 | 0 | 10001 | 1000100 | 11 | 101101 | 1011100 | 1000000 |
Color Harmonies of #F8CE50
Complementary color
Monochromatic Colors of #F8CE50
Black with #F8CE50
Text Example
Text Example
White with #F8CE50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8CE50; }
p { color: rgb(248,206,80); }
H1.HeaderClassName
{
color: #F8CE50;
}
.AnyTagClassName
{
color: #F8CE50;
}
</style>
background-color css
<style>
a { background-color: #F8CE50; }
a { background-color: rgb(248,206,80); }
div.DivClassName
{
background-color: #F8CE50;
}
.BgClassName
{
background-color: #F8CE50;
}
</style>
border-color css
<style>
span { border-color: #F8CE50; }
span { border-color: rgb(248,206,80); }
td.TdClassName
{
border-color: #F8CE50;
}
.TagClassName
{
border-color: #F8CE50;
}
</style>