Shades of Kournikova #FAC856
Tints of Kournikova #FAC856
RGB
CMYK
RGB Variations
Color information
#FAC856 (or 0xFAC856) is known color: Kournikova. HEX triplet: FA, C8 and 56. RGB value is (250,200,86). Sum of RGB (Red+Green+Blue) = 250+200+86=536 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.64% from 536); Green value is 200 (78.52% from 255 or 37.31% from 536); Blue value is 86 (33.98% from 255 or 16.04% from 536); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC856 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC856 is #0537A9. Grayscale: #CACACA. Windows color (decimal): -341930 or 5687546. OLE color: 5687546.
HSL color Cylindrical-coordinate representation of color #FAC856: hue angle of 41.71º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FAC856 is Cyan = 0, Magento = 0.2, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 200 | 86 | - |
| CMYK | 0 | 0.2 | 0.66 | 0.02 |
| HSL | 41.71º | 0.94% | 0.66% | - |
| HSV(B) | 41.71º | 0.66% | 0.98% | - |
| XYZ | 61.76 | 62.3 | 17.58 | - |
| YUV | 201.95 | 62.57 | 162.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 200 | 86 | 0 | 0.2 | 0.66 | 0.02 | 41.71 | 0.94 | 0.66 |
| Hex | FA | C8 | 56 | 0 | 14 | 42 | 2 | 2A | 5E | 42 |
| Octal | 372 | 310 | 126 | 0 | 24 | 102 | 2 | 52 | 136 | 102 |
| Binary | 11111010 | 11001000 | 1010110 | 0 | 10100 | 1000010 | 10 | 101010 | 1011110 | 1000010 |
Color Harmonies of #FAC856
Complementary color
Monochromatic Colors of #FAC856
Black with #FAC856
Text Example
Text Example
White with #FAC856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC856; }
p { color: rgb(250,200,86); }
H1.HeaderClassName
{
color: #FAC856;
}
.AnyTagClassName
{
color: #FAC856;
}
</style>
background-color css
<style>
a { background-color: #FAC856; }
a { background-color: rgb(250,200,86); }
div.DivClassName
{
background-color: #FAC856;
}
.BgClassName
{
background-color: #FAC856;
}
</style>
border-color css
<style>
span { border-color: #FAC856; }
span { border-color: rgb(250,200,86); }
td.TdClassName
{
border-color: #FAC856;
}
.TagClassName
{
border-color: #FAC856;
}
</style>