Shades of Kournikova #FAC952
Tints of Kournikova #FAC952
RGB
CMYK
RGB Variations
Color information
#FAC952 (or 0xFAC952) is known color: Kournikova. HEX triplet: FA, C9 and 52. RGB value is (250,201,82). Sum of RGB (Red+Green+Blue) = 250+201+82=533 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.90% from 533); Green value is 201 (78.91% from 255 or 37.71% from 533); Blue value is 82 (32.42% from 255 or 15.38% from 533); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC952 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC952 is #0536AD. Grayscale: #CACACA. Windows color (decimal): -341678 or 5425658. OLE color: 5425658.
HSL color Cylindrical-coordinate representation of color #FAC952: hue angle of 42.5º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FAC952 is Cyan = 0, Magento = 0.20, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 201 | 82 | - |
| CMYK | 0 | 0.20 | 0.67 | 0.02 |
| HSL | 42.5º | 0.94% | 0.65% | - |
| HSV(B) | 42.5º | 0.67% | 0.98% | - |
| XYZ | 61.83 | 62.71 | 16.83 | - |
| YUV | 202.09 | 60.23 | 162.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 201 | 82 | 0 | 0.20 | 0.67 | 0.02 | 42.5 | 0.94 | 0.65 |
| Hex | FA | C9 | 52 | 0 | 14 | 43 | 2 | 2A | 5E | 41 |
| Octal | 372 | 311 | 122 | 0 | 24 | 103 | 2 | 52 | 136 | 101 |
| Binary | 11111010 | 11001001 | 1010010 | 0 | 10100 | 1000011 | 10 | 101010 | 1011110 | 1000001 |
Color Harmonies of #FAC952
Complementary color
Monochromatic Colors of #FAC952
Black with #FAC952
Text Example
Text Example
White with #FAC952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC952; }
p { color: rgb(250,201,82); }
H1.HeaderClassName
{
color: #FAC952;
}
.AnyTagClassName
{
color: #FAC952;
}
</style>
background-color css
<style>
a { background-color: #FAC952; }
a { background-color: rgb(250,201,82); }
div.DivClassName
{
background-color: #FAC952;
}
.BgClassName
{
background-color: #FAC952;
}
</style>
border-color css
<style>
span { border-color: #FAC952; }
span { border-color: rgb(250,201,82); }
td.TdClassName
{
border-color: #FAC952;
}
.TagClassName
{
border-color: #FAC952;
}
</style>