Shades of Kournikova #F8CF54
Tints of Kournikova #F8CF54
RGB
CMYK
RGB Variations
Color information
#F8CF54 (or 0xF8CF54) is known color: Kournikova. HEX triplet: F8, CF and 54. RGB value is (248,207,84). Sum of RGB (Red+Green+Blue) = 248+207+84=539 (71% of max value = 765). Red value is 248 (97.27% from 255 or 46.01% from 539); Green value is 207 (81.25% from 255 or 38.40% from 539); Blue value is 84 (33.20% from 255 or 15.58% from 539); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CF54 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8CF54 is #0730AB. Grayscale: #CDCDCD. Windows color (decimal): -471212 or 5558264. OLE color: 5558264.
HSL color Cylindrical-coordinate representation of color #F8CF54: hue angle of 45º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F8CF54 is Cyan = 0, Magento = 0.17, Yellow = 0.66 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 207 | 84 | - |
| CMYK | 0 | 0.17 | 0.66 | 0.03 |
| HSL | 45º | 0.92% | 0.65% | - |
| HSV(B) | 45º | 0.66% | 0.97% | - |
| XYZ | 62.62 | 65.22 | 17.68 | - |
| YUV | 205.24 | 59.58 | 158.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 207 | 84 | 0 | 0.17 | 0.66 | 0.03 | 45 | 0.92 | 0.65 |
| Hex | F8 | CF | 54 | 0 | 11 | 42 | 3 | 2D | 5C | 41 |
| Octal | 370 | 317 | 124 | 0 | 21 | 102 | 3 | 55 | 134 | 101 |
| Binary | 11111000 | 11001111 | 1010100 | 0 | 10001 | 1000010 | 11 | 101101 | 1011100 | 1000001 |
Color Harmonies of #F8CF54
Complementary color
Monochromatic Colors of #F8CF54
Black with #F8CF54
Text Example
Text Example
White with #F8CF54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8CF54; }
p { color: rgb(248,207,84); }
H1.HeaderClassName
{
color: #F8CF54;
}
.AnyTagClassName
{
color: #F8CF54;
}
</style>
background-color css
<style>
a { background-color: #F8CF54; }
a { background-color: rgb(248,207,84); }
div.DivClassName
{
background-color: #F8CF54;
}
.BgClassName
{
background-color: #F8CF54;
}
</style>
border-color css
<style>
span { border-color: #F8CF54; }
span { border-color: rgb(248,207,84); }
td.TdClassName
{
border-color: #F8CF54;
}
.TagClassName
{
border-color: #F8CF54;
}
</style>