Shades of Kournikova #FAC946
Tints of Kournikova #FAC946
RGB
CMYK
RGB Variations
Color information
#FAC946 (or 0xFAC946) is known color: Kournikova. HEX triplet: FA, C9 and 46. RGB value is (250,201,70). Sum of RGB (Red+Green+Blue) = 250+201+70=521 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.98% from 521); Green value is 201 (78.91% from 255 or 38.58% from 521); Blue value is 70 (27.73% from 255 or 13.44% from 521); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC946 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC946 is #0536B9. Grayscale: #C9C9C9. Windows color (decimal): -341690 or 4639226. OLE color: 4639226.
HSL color Cylindrical-coordinate representation of color #FAC946: hue angle of 43.67º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FAC946 is Cyan = 0, Magento = 0.20, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 201 | 70 | - |
| CMYK | 0 | 0.20 | 0.72 | 0.02 |
| HSL | 43.67º | 0.95% | 0.63% | - |
| HSV(B) | 43.67º | 0.72% | 0.98% | - |
| XYZ | 61.42 | 62.54 | 14.63 | - |
| YUV | 200.72 | 54.23 | 163.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 201 | 70 | 0 | 0.20 | 0.72 | 0.02 | 43.67 | 0.95 | 0.63 |
| Hex | FA | C9 | 46 | 0 | 14 | 48 | 2 | 2C | 5F | 3F |
| Octal | 372 | 311 | 106 | 0 | 24 | 110 | 2 | 54 | 137 | 77 |
| Binary | 11111010 | 11001001 | 1000110 | 0 | 10100 | 1001000 | 10 | 101100 | 1011111 | 111111 |
Color Harmonies of #FAC946
Complementary color
Monochromatic Colors of #FAC946
Black with #FAC946
Text Example
Text Example
White with #FAC946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC946; }
p { color: rgb(250,201,70); }
H1.HeaderClassName
{
color: #FAC946;
}
.AnyTagClassName
{
color: #FAC946;
}
</style>
background-color css
<style>
a { background-color: #FAC946; }
a { background-color: rgb(250,201,70); }
div.DivClassName
{
background-color: #FAC946;
}
.BgClassName
{
background-color: #FAC946;
}
</style>
border-color css
<style>
span { border-color: #FAC946; }
span { border-color: rgb(250,201,70); }
td.TdClassName
{
border-color: #FAC946;
}
.TagClassName
{
border-color: #FAC946;
}
</style>