Shades of Kournikova #F8CE49
Tints of Kournikova #F8CE49
RGB
CMYK
RGB Variations
Color information
#F8CE49 (or 0xF8CE49) is known color: Kournikova. HEX triplet: F8, CE and 49. RGB value is (248,206,73). Sum of RGB (Red+Green+Blue) = 248+206+73=527 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.06% from 527); Green value is 206 (80.86% from 255 or 39.09% from 527); Blue value is 73 (28.91% from 255 or 13.85% from 527); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CE49 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8CE49 is #0731B6. Grayscale: #CBCBCB. Windows color (decimal): -471479 or 4837112. OLE color: 4837112.
HSL color Cylindrical-coordinate representation of color #F8CE49: hue angle of 45.6º 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 #F8CE49 is Cyan = 0, Magento = 0.17, Yellow = 0.71 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 206 | 73 | - |
| CMYK | 0 | 0.17 | 0.71 | 0.03 |
| HSL | 45.6º | 0.93% | 0.63% | - |
| HSV(B) | 45.6º | 0.71% | 0.97% | - |
| XYZ | 61.99 | 64.58 | 15.5 | - |
| YUV | 203.4 | 54.41 | 159.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 206 | 73 | 0 | 0.17 | 0.71 | 0.03 | 45.6 | 0.93 | 0.63 |
| Hex | F8 | CE | 49 | 0 | 11 | 47 | 3 | 2E | 5D | 3F |
| Octal | 370 | 316 | 111 | 0 | 21 | 107 | 3 | 56 | 135 | 77 |
| Binary | 11111000 | 11001110 | 1001001 | 0 | 10001 | 1000111 | 11 | 101110 | 1011101 | 111111 |
Color Harmonies of #F8CE49
Complementary color
Monochromatic Colors of #F8CE49
Black with #F8CE49
Text Example
Text Example
White with #F8CE49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8CE49; }
p { color: rgb(248,206,73); }
H1.HeaderClassName
{
color: #F8CE49;
}
.AnyTagClassName
{
color: #F8CE49;
}
</style>
background-color css
<style>
a { background-color: #F8CE49; }
a { background-color: rgb(248,206,73); }
div.DivClassName
{
background-color: #F8CE49;
}
.BgClassName
{
background-color: #F8CE49;
}
</style>
border-color css
<style>
span { border-color: #F8CE49; }
span { border-color: rgb(248,206,73); }
td.TdClassName
{
border-color: #F8CE49;
}
.TagClassName
{
border-color: #F8CE49;
}
</style>