Shades of Kournikova #F8CB5B
Tints of Kournikova #F8CB5B
RGB
CMYK
RGB Variations
Color information
#F8CB5B (or 0xF8CB5B) is known color: Kournikova. HEX triplet: F8, CB and 5B. RGB value is (248,203,91). Sum of RGB (Red+Green+Blue) = 248+203+91=542 (71% of max value = 765). Red value is 248 (97.27% from 255 or 45.76% from 542); Green value is 203 (79.69% from 255 or 37.45% from 542); Blue value is 91 (35.94% from 255 or 16.79% from 542); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CB5B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8CB5B is #0734A4. Grayscale: #CCCCCC. Windows color (decimal): -472229 or 6015992. OLE color: 6015992.
HSL color Cylindrical-coordinate representation of color #F8CB5B: hue angle of 42.8º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F8CB5B is Cyan = 0, Magento = 0.18, Yellow = 0.63 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 203 | 91 | - |
| CMYK | 0 | 0.18 | 0.63 | 0.03 |
| HSL | 42.8º | 0.92% | 0.66% | - |
| HSV(B) | 42.8º | 0.63% | 0.97% | - |
| XYZ | 61.96 | 63.42 | 18.87 | - |
| YUV | 203.69 | 64.41 | 159.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 203 | 91 | 0 | 0.18 | 0.63 | 0.03 | 42.8 | 0.92 | 0.66 |
| Hex | F8 | CB | 5B | 0 | 12 | 3F | 3 | 2B | 5C | 42 |
| Octal | 370 | 313 | 133 | 0 | 22 | 77 | 3 | 53 | 134 | 102 |
| Binary | 11111000 | 11001011 | 1011011 | 0 | 10010 | 111111 | 11 | 101011 | 1011100 | 1000010 |
Color Harmonies of #F8CB5B
Complementary color
Monochromatic Colors of #F8CB5B
Black with #F8CB5B
Text Example
Text Example
White with #F8CB5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8CB5B; }
p { color: rgb(248,203,91); }
H1.HeaderClassName
{
color: #F8CB5B;
}
.AnyTagClassName
{
color: #F8CB5B;
}
</style>
background-color css
<style>
a { background-color: #F8CB5B; }
a { background-color: rgb(248,203,91); }
div.DivClassName
{
background-color: #F8CB5B;
}
.BgClassName
{
background-color: #F8CB5B;
}
</style>
border-color css
<style>
span { border-color: #F8CB5B; }
span { border-color: rgb(248,203,91); }
td.TdClassName
{
border-color: #F8CB5B;
}
.TagClassName
{
border-color: #F8CB5B;
}
</style>