Shades of Kournikova #F8CE4C
Tints of Kournikova #F8CE4C
RGB
CMYK
RGB Variations
Color information
#F8CE4C (or 0xF8CE4C) is known color: Kournikova. HEX triplet: F8, CE and 4C. RGB value is (248,206,76). Sum of RGB (Red+Green+Blue) = 248+206+76=530 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.79% from 530); Green value is 206 (80.86% from 255 or 38.87% from 530); Blue value is 76 (30.08% from 255 or 14.34% from 530); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CE4C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8CE4C is #0731B3. Grayscale: #CCCCCC. Windows color (decimal): -471476 or 5033720. OLE color: 5033720.
HSL color Cylindrical-coordinate representation of color #F8CE4C: hue angle of 45.35º 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 #F8CE4C is Cyan = 0, Magento = 0.17, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 206 | 76 | - |
| CMYK | 0 | 0.17 | 0.69 | 0.03 |
| HSL | 45.35º | 0.92% | 0.64% | - |
| HSV(B) | 45.35º | 0.69% | 0.97% | - |
| XYZ | 62.09 | 64.62 | 16.04 | - |
| YUV | 203.74 | 55.91 | 159.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 206 | 76 | 0 | 0.17 | 0.69 | 0.03 | 45.35 | 0.92 | 0.64 |
| Hex | F8 | CE | 4C | 0 | 11 | 45 | 3 | 2D | 5C | 40 |
| Octal | 370 | 316 | 114 | 0 | 21 | 105 | 3 | 55 | 134 | 100 |
| Binary | 11111000 | 11001110 | 1001100 | 0 | 10001 | 1000101 | 11 | 101101 | 1011100 | 1000000 |
Color Harmonies of #F8CE4C
Complementary color
Monochromatic Colors of #F8CE4C
Black with #F8CE4C
Text Example
Text Example
White with #F8CE4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8CE4C; }
p { color: rgb(248,206,76); }
H1.HeaderClassName
{
color: #F8CE4C;
}
.AnyTagClassName
{
color: #F8CE4C;
}
</style>
background-color css
<style>
a { background-color: #F8CE4C; }
a { background-color: rgb(248,206,76); }
div.DivClassName
{
background-color: #F8CE4C;
}
.BgClassName
{
background-color: #F8CE4C;
}
</style>
border-color css
<style>
span { border-color: #F8CE4C; }
span { border-color: rgb(248,206,76); }
td.TdClassName
{
border-color: #F8CE4C;
}
.TagClassName
{
border-color: #F8CE4C;
}
</style>