Shades of Kournikova #F8C749
Tints of Kournikova #F8C749
RGB
CMYK
RGB Variations
Color information
#F8C749 (or 0xF8C749) is known color: Kournikova. HEX triplet: F8, C7 and 49. RGB value is (248,199,73). Sum of RGB (Red+Green+Blue) = 248+199+73=520 (68% of max value = 765). Red value is 248 (97.27% from 255 or 47.69% from 520); Green value is 199 (78.12% from 255 or 38.27% from 520); Blue value is 73 (28.91% from 255 or 14.04% from 520); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C749 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8C749 is #0738B6. Grayscale: #C7C7C7. Windows color (decimal): -473271 or 4835320. OLE color: 4835320.
HSL color Cylindrical-coordinate representation of color #F8C749: hue angle of 43.2º 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 #F8C749 is Cyan = 0, Magento = 0.20, Yellow = 0.71 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 199 | 73 | - |
| CMYK | 0 | 0.20 | 0.71 | 0.03 |
| HSL | 43.2º | 0.93% | 0.63% | - |
| HSV(B) | 43.2º | 0.71% | 0.97% | - |
| XYZ | 60.34 | 61.28 | 14.95 | - |
| YUV | 199.29 | 56.73 | 162.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 199 | 73 | 0 | 0.20 | 0.71 | 0.03 | 43.2 | 0.93 | 0.63 |
| Hex | F8 | C7 | 49 | 0 | 14 | 47 | 3 | 2B | 5D | 3F |
| Octal | 370 | 307 | 111 | 0 | 24 | 107 | 3 | 53 | 135 | 77 |
| Binary | 11111000 | 11000111 | 1001001 | 0 | 10100 | 1000111 | 11 | 101011 | 1011101 | 111111 |
Color Harmonies of #F8C749
Complementary color
Monochromatic Colors of #F8C749
Black with #F8C749
Text Example
Text Example
White with #F8C749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C749; }
p { color: rgb(248,199,73); }
H1.HeaderClassName
{
color: #F8C749;
}
.AnyTagClassName
{
color: #F8C749;
}
</style>
background-color css
<style>
a { background-color: #F8C749; }
a { background-color: rgb(248,199,73); }
div.DivClassName
{
background-color: #F8C749;
}
.BgClassName
{
background-color: #F8C749;
}
</style>
border-color css
<style>
span { border-color: #F8C749; }
span { border-color: rgb(248,199,73); }
td.TdClassName
{
border-color: #F8C749;
}
.TagClassName
{
border-color: #F8C749;
}
</style>