Shades of Kournikova #F8CE5A
Tints of Kournikova #F8CE5A
RGB
CMYK
RGB Variations
Color information
#F8CE5A (or 0xF8CE5A) is known color: Kournikova. HEX triplet: F8, CE and 5A. RGB value is (248,206,90). Sum of RGB (Red+Green+Blue) = 248+206+90=544 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.59% from 544); Green value is 206 (80.86% from 255 or 37.87% from 544); Blue value is 90 (35.55% from 255 or 16.54% from 544); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CE5A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8CE5A is #0731A5. Grayscale: #CDCDCD. Windows color (decimal): -471462 or 5951224. OLE color: 5951224.
HSL color Cylindrical-coordinate representation of color #F8CE5A: hue angle of 44.05º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F8CE5A is Cyan = 0, Magento = 0.17, Yellow = 0.64 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 206 | 90 | - |
| CMYK | 0 | 0.17 | 0.64 | 0.03 |
| HSL | 44.05º | 0.92% | 0.66% | - |
| HSV(B) | 44.05º | 0.64% | 0.97% | - |
| XYZ | 62.63 | 64.84 | 18.89 | - |
| YUV | 205.33 | 62.91 | 158.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 206 | 90 | 0 | 0.17 | 0.64 | 0.03 | 44.05 | 0.92 | 0.66 |
| Hex | F8 | CE | 5A | 0 | 11 | 40 | 3 | 2C | 5C | 42 |
| Octal | 370 | 316 | 132 | 0 | 21 | 100 | 3 | 54 | 134 | 102 |
| Binary | 11111000 | 11001110 | 1011010 | 0 | 10001 | 1000000 | 11 | 101100 | 1011100 | 1000010 |
Color Harmonies of #F8CE5A
Complementary color
Monochromatic Colors of #F8CE5A
Black with #F8CE5A
Text Example
Text Example
White with #F8CE5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8CE5A; }
p { color: rgb(248,206,90); }
H1.HeaderClassName
{
color: #F8CE5A;
}
.AnyTagClassName
{
color: #F8CE5A;
}
</style>
background-color css
<style>
a { background-color: #F8CE5A; }
a { background-color: rgb(248,206,90); }
div.DivClassName
{
background-color: #F8CE5A;
}
.BgClassName
{
background-color: #F8CE5A;
}
</style>
border-color css
<style>
span { border-color: #F8CE5A; }
span { border-color: rgb(248,206,90); }
td.TdClassName
{
border-color: #F8CE5A;
}
.TagClassName
{
border-color: #F8CE5A;
}
</style>