Shades of Kournikova #FACA4E
Tints of Kournikova #FACA4E
RGB
CMYK
RGB Variations
Color information
#FACA4E (or 0xFACA4E) is known color: Kournikova. HEX triplet: FA, CA and 4E. RGB value is (250,202,78). Sum of RGB (Red+Green+Blue) = 250+202+78=530 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.17% from 530); Green value is 202 (79.30% from 255 or 38.11% from 530); Blue value is 78 (30.86% from 255 or 14.72% from 530); Max value from RGB is 250 - color contains mainly: red. Hex color #FACA4E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FACA4E is #0535B1. Grayscale: #CACACA. Windows color (decimal): -341426 or 5163770. OLE color: 5163770.
HSL color Cylindrical-coordinate representation of color #FACA4E: hue angle of 43.26º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FACA4E is Cyan = 0, Magento = 0.19, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 202 | 78 | - |
| CMYK | 0 | 0.19 | 0.69 | 0.02 |
| HSL | 43.26º | 0.95% | 0.64% | - |
| HSV(B) | 43.26º | 0.69% | 0.98% | - |
| XYZ | 61.92 | 63.12 | 16.13 | - |
| YUV | 202.22 | 57.9 | 162.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 202 | 78 | 0 | 0.19 | 0.69 | 0.02 | 43.26 | 0.95 | 0.64 |
| Hex | FA | CA | 4E | 0 | 13 | 45 | 2 | 2B | 5F | 40 |
| Octal | 372 | 312 | 116 | 0 | 23 | 105 | 2 | 53 | 137 | 100 |
| Binary | 11111010 | 11001010 | 1001110 | 0 | 10011 | 1000101 | 10 | 101011 | 1011111 | 1000000 |
Color Harmonies of #FACA4E
Complementary color
Monochromatic Colors of #FACA4E
Black with #FACA4E
Text Example
Text Example
White with #FACA4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACA4E; }
p { color: rgb(250,202,78); }
H1.HeaderClassName
{
color: #FACA4E;
}
.AnyTagClassName
{
color: #FACA4E;
}
</style>
background-color css
<style>
a { background-color: #FACA4E; }
a { background-color: rgb(250,202,78); }
div.DivClassName
{
background-color: #FACA4E;
}
.BgClassName
{
background-color: #FACA4E;
}
</style>
border-color css
<style>
span { border-color: #FACA4E; }
span { border-color: rgb(250,202,78); }
td.TdClassName
{
border-color: #FACA4E;
}
.TagClassName
{
border-color: #FACA4E;
}
</style>