Shades of Kournikova #FAC962
Tints of Kournikova #FAC962
RGB
CMYK
RGB Variations
Color information
#FAC962 (or 0xFAC962) is known color: Kournikova. HEX triplet: FA, C9 and 62. RGB value is (250,201,98). Sum of RGB (Red+Green+Blue) = 250+201+98=549 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.54% from 549); Green value is 201 (78.91% from 255 or 36.61% from 549); Blue value is 98 (38.67% from 255 or 17.85% from 549); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC962 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC962 is #05369D. Grayscale: #CCCCCC. Windows color (decimal): -341662 or 6474234. OLE color: 6474234.
HSL color Cylindrical-coordinate representation of color #FAC962: hue angle of 40.66º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FAC962 is Cyan = 0, Magento = 0.20, Yellow = 0.61 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 201 | 98 | - |
| CMYK | 0 | 0.20 | 0.61 | 0.02 |
| HSL | 40.66º | 0.94% | 0.68% | - |
| HSV(B) | 40.66º | 0.61% | 0.98% | - |
| XYZ | 62.52 | 62.98 | 20.42 | - |
| YUV | 203.91 | 68.23 | 160.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 201 | 98 | 0 | 0.20 | 0.61 | 0.02 | 40.66 | 0.94 | 0.68 |
| Hex | FA | C9 | 62 | 0 | 14 | 3D | 2 | 29 | 5E | 44 |
| Octal | 372 | 311 | 142 | 0 | 24 | 75 | 2 | 51 | 136 | 104 |
| Binary | 11111010 | 11001001 | 1100010 | 0 | 10100 | 111101 | 10 | 101001 | 1011110 | 1000100 |
Color Harmonies of #FAC962
Complementary color
Monochromatic Colors of #FAC962
Black with #FAC962
Text Example
Text Example
White with #FAC962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC962; }
p { color: rgb(250,201,98); }
H1.HeaderClassName
{
color: #FAC962;
}
.AnyTagClassName
{
color: #FAC962;
}
</style>
background-color css
<style>
a { background-color: #FAC962; }
a { background-color: rgb(250,201,98); }
div.DivClassName
{
background-color: #FAC962;
}
.BgClassName
{
background-color: #FAC962;
}
</style>
border-color css
<style>
span { border-color: #FAC962; }
span { border-color: rgb(250,201,98); }
td.TdClassName
{
border-color: #FAC962;
}
.TagClassName
{
border-color: #FAC962;
}
</style>