Shades of Kournikova #F8CE47
Tints of Kournikova #F8CE47
RGB
CMYK
RGB Variations
Color information
#F8CE47 (or 0xF8CE47) is known color: Kournikova. HEX triplet: F8, CE and 47. RGB value is (248,206,71). Sum of RGB (Red+Green+Blue) = 248+206+71=525 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.24% from 525); Green value is 206 (80.86% from 255 or 39.24% from 525); Blue value is 71 (28.12% from 255 or 13.52% from 525); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CE47 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8CE47 is #0731B8. Grayscale: #CBCBCB. Windows color (decimal): -471481 or 4706040. OLE color: 4706040.
HSL color Cylindrical-coordinate representation of color #F8CE47: hue angle of 45.76º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F8CE47 is Cyan = 0, Magento = 0.17, Yellow = 0.71 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 206 | 71 | - |
| CMYK | 0 | 0.17 | 0.71 | 0.03 |
| HSL | 45.76º | 0.93% | 0.63% | - |
| HSV(B) | 45.76º | 0.71% | 0.97% | - |
| XYZ | 61.92 | 64.55 | 15.16 | - |
| YUV | 203.17 | 53.41 | 159.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 206 | 71 | 0 | 0.17 | 0.71 | 0.03 | 45.76 | 0.93 | 0.63 |
| Hex | F8 | CE | 47 | 0 | 11 | 47 | 3 | 2E | 5D | 3F |
| Octal | 370 | 316 | 107 | 0 | 21 | 107 | 3 | 56 | 135 | 77 |
| Binary | 11111000 | 11001110 | 1000111 | 0 | 10001 | 1000111 | 11 | 101110 | 1011101 | 111111 |
Color Harmonies of #F8CE47
Complementary color
Monochromatic Colors of #F8CE47
Black with #F8CE47
Text Example
Text Example
White with #F8CE47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8CE47; }
p { color: rgb(248,206,71); }
H1.HeaderClassName
{
color: #F8CE47;
}
.AnyTagClassName
{
color: #F8CE47;
}
</style>
background-color css
<style>
a { background-color: #F8CE47; }
a { background-color: rgb(248,206,71); }
div.DivClassName
{
background-color: #F8CE47;
}
.BgClassName
{
background-color: #F8CE47;
}
</style>
border-color css
<style>
span { border-color: #F8CE47; }
span { border-color: rgb(248,206,71); }
td.TdClassName
{
border-color: #F8CE47;
}
.TagClassName
{
border-color: #F8CE47;
}
</style>