Shades of Kournikova #F8C74D
Tints of Kournikova #F8C74D
RGB
CMYK
RGB Variations
Color information
#F8C74D (or 0xF8C74D) is known color: Kournikova. HEX triplet: F8, C7 and 4D. RGB value is (248,199,77). Sum of RGB (Red+Green+Blue) = 248+199+77=524 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.33% from 524); Green value is 199 (78.12% from 255 or 37.98% from 524); Blue value is 77 (30.47% from 255 or 14.69% from 524); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C74D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8C74D is #0738B2. Grayscale: #C8C8C8. Windows color (decimal): -473267 or 5097464. OLE color: 5097464.
HSL color Cylindrical-coordinate representation of color #F8C74D: hue angle of 42.81º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F8C74D is Cyan = 0, Magento = 0.20, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 199 | 77 | - |
| CMYK | 0 | 0.20 | 0.69 | 0.03 |
| HSL | 42.81º | 0.92% | 0.64% | - |
| HSV(B) | 42.81º | 0.69% | 0.97% | - |
| XYZ | 60.47 | 61.34 | 15.67 | - |
| YUV | 199.74 | 58.73 | 162.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 199 | 77 | 0 | 0.20 | 0.69 | 0.03 | 42.81 | 0.92 | 0.64 |
| Hex | F8 | C7 | 4D | 0 | 14 | 45 | 3 | 2B | 5C | 40 |
| Octal | 370 | 307 | 115 | 0 | 24 | 105 | 3 | 53 | 134 | 100 |
| Binary | 11111000 | 11000111 | 1001101 | 0 | 10100 | 1000101 | 11 | 101011 | 1011100 | 1000000 |
Color Harmonies of #F8C74D
Complementary color
Monochromatic Colors of #F8C74D
Black with #F8C74D
Text Example
Text Example
White with #F8C74D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C74D; }
p { color: rgb(248,199,77); }
H1.HeaderClassName
{
color: #F8C74D;
}
.AnyTagClassName
{
color: #F8C74D;
}
</style>
background-color css
<style>
a { background-color: #F8C74D; }
a { background-color: rgb(248,199,77); }
div.DivClassName
{
background-color: #F8C74D;
}
.BgClassName
{
background-color: #F8C74D;
}
</style>
border-color css
<style>
span { border-color: #F8C74D; }
span { border-color: rgb(248,199,77); }
td.TdClassName
{
border-color: #F8C74D;
}
.TagClassName
{
border-color: #F8C74D;
}
</style>