Shades of Kournikova #F8CB5E
Tints of Kournikova #F8CB5E
RGB
CMYK
RGB Variations
Color information
#F8CB5E (or 0xF8CB5E) is known color: Kournikova. HEX triplet: F8, CB and 5E. RGB value is (248,203,94). Sum of RGB (Red+Green+Blue) = 248+203+94=545 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.50% from 545); Green value is 203 (79.69% from 255 or 37.25% from 545); Blue value is 94 (37.11% from 255 or 17.25% from 545); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CB5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8CB5E is #0734A1. Grayscale: #CCCCCC. Windows color (decimal): -472226 or 6212600. OLE color: 6212600.
HSL color Cylindrical-coordinate representation of color #F8CB5E: hue angle of 42.47º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F8CB5E is Cyan = 0, Magento = 0.18, Yellow = 0.62 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 203 | 94 | - |
| CMYK | 0 | 0.18 | 0.62 | 0.03 |
| HSL | 42.47º | 0.92% | 0.67% | - |
| HSV(B) | 42.47º | 0.62% | 0.97% | - |
| XYZ | 62.09 | 63.48 | 19.57 | - |
| YUV | 204.03 | 65.91 | 159.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 203 | 94 | 0 | 0.18 | 0.62 | 0.03 | 42.47 | 0.92 | 0.67 |
| Hex | F8 | CB | 5E | 0 | 12 | 3E | 3 | 2A | 5C | 43 |
| Octal | 370 | 313 | 136 | 0 | 22 | 76 | 3 | 52 | 134 | 103 |
| Binary | 11111000 | 11001011 | 1011110 | 0 | 10010 | 111110 | 11 | 101010 | 1011100 | 1000011 |
Color Harmonies of #F8CB5E
Complementary color
Monochromatic Colors of #F8CB5E
Black with #F8CB5E
Text Example
Text Example
White with #F8CB5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8CB5E; }
p { color: rgb(248,203,94); }
H1.HeaderClassName
{
color: #F8CB5E;
}
.AnyTagClassName
{
color: #F8CB5E;
}
</style>
background-color css
<style>
a { background-color: #F8CB5E; }
a { background-color: rgb(248,203,94); }
div.DivClassName
{
background-color: #F8CB5E;
}
.BgClassName
{
background-color: #F8CB5E;
}
</style>
border-color css
<style>
span { border-color: #F8CB5E; }
span { border-color: rgb(248,203,94); }
td.TdClassName
{
border-color: #F8CB5E;
}
.TagClassName
{
border-color: #F8CB5E;
}
</style>