Shades of Kournikova #F8C74F
Tints of Kournikova #F8C74F
RGB
CMYK
RGB Variations
Color information
#F8C74F (or 0xF8C74F) is known color: Kournikova. HEX triplet: F8, C7 and 4F. RGB value is (248,199,79). Sum of RGB (Red+Green+Blue) = 248+199+79=526 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.15% from 526); Green value is 199 (78.12% from 255 or 37.83% from 526); Blue value is 79 (31.25% from 255 or 15.02% from 526); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C74F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8C74F is #0738B0. Grayscale: #C8C8C8. Windows color (decimal): -473265 or 5228536. OLE color: 5228536.
HSL color Cylindrical-coordinate representation of color #F8C74F: hue angle of 42.6º 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 #F8C74F is Cyan = 0, Magento = 0.20, Yellow = 0.68 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 199 | 79 | - |
| CMYK | 0 | 0.20 | 0.68 | 0.03 |
| HSL | 42.6º | 0.92% | 0.64% | - |
| HSV(B) | 42.6º | 0.68% | 0.97% | - |
| XYZ | 60.55 | 61.37 | 16.05 | - |
| YUV | 199.97 | 59.73 | 162.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 199 | 79 | 0 | 0.20 | 0.68 | 0.03 | 42.6 | 0.92 | 0.64 |
| Hex | F8 | C7 | 4F | 0 | 14 | 44 | 3 | 2B | 5C | 40 |
| Octal | 370 | 307 | 117 | 0 | 24 | 104 | 3 | 53 | 134 | 100 |
| Binary | 11111000 | 11000111 | 1001111 | 0 | 10100 | 1000100 | 11 | 101011 | 1011100 | 1000000 |
Color Harmonies of #F8C74F
Complementary color
Monochromatic Colors of #F8C74F
Black with #F8C74F
Text Example
Text Example
White with #F8C74F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C74F; }
p { color: rgb(248,199,79); }
H1.HeaderClassName
{
color: #F8C74F;
}
.AnyTagClassName
{
color: #F8C74F;
}
</style>
background-color css
<style>
a { background-color: #F8C74F; }
a { background-color: rgb(248,199,79); }
div.DivClassName
{
background-color: #F8C74F;
}
.BgClassName
{
background-color: #F8C74F;
}
</style>
border-color css
<style>
span { border-color: #F8C74F; }
span { border-color: rgb(248,199,79); }
td.TdClassName
{
border-color: #F8C74F;
}
.TagClassName
{
border-color: #F8C74F;
}
</style>