Shades of Kournikova #FAC950
Tints of Kournikova #FAC950
RGB
CMYK
RGB Variations
Color information
#FAC950 (or 0xFAC950) is known color: Kournikova. HEX triplet: FA, C9 and 50. RGB value is (250,201,80). Sum of RGB (Red+Green+Blue) = 250+201+80=531 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.08% from 531); Green value is 201 (78.91% from 255 or 37.85% from 531); Blue value is 80 (31.64% from 255 or 15.07% from 531); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC950 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC950 is #0536AF. Grayscale: #CACACA. Windows color (decimal): -341680 or 5294586. OLE color: 5294586.
HSL color Cylindrical-coordinate representation of color #FAC950: hue angle of 42.71º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FAC950 is Cyan = 0, Magento = 0.20, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 201 | 80 | - |
| CMYK | 0 | 0.20 | 0.68 | 0.02 |
| HSL | 42.71º | 0.94% | 0.65% | - |
| HSV(B) | 42.71º | 0.68% | 0.98% | - |
| XYZ | 61.76 | 62.68 | 16.43 | - |
| YUV | 201.86 | 59.23 | 162.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 201 | 80 | 0 | 0.20 | 0.68 | 0.02 | 42.71 | 0.94 | 0.65 |
| Hex | FA | C9 | 50 | 0 | 14 | 44 | 2 | 2B | 5E | 41 |
| Octal | 372 | 311 | 120 | 0 | 24 | 104 | 2 | 53 | 136 | 101 |
| Binary | 11111010 | 11001001 | 1010000 | 0 | 10100 | 1000100 | 10 | 101011 | 1011110 | 1000001 |
Color Harmonies of #FAC950
Complementary color
Monochromatic Colors of #FAC950
Black with #FAC950
Text Example
Text Example
White with #FAC950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC950; }
p { color: rgb(250,201,80); }
H1.HeaderClassName
{
color: #FAC950;
}
.AnyTagClassName
{
color: #FAC950;
}
</style>
background-color css
<style>
a { background-color: #FAC950; }
a { background-color: rgb(250,201,80); }
div.DivClassName
{
background-color: #FAC950;
}
.BgClassName
{
background-color: #FAC950;
}
</style>
border-color css
<style>
span { border-color: #FAC950; }
span { border-color: rgb(250,201,80); }
td.TdClassName
{
border-color: #FAC950;
}
.TagClassName
{
border-color: #FAC950;
}
</style>