Shades of Kournikova #FACA4D
Tints of Kournikova #FACA4D
RGB
CMYK
RGB Variations
Color information
#FACA4D (or 0xFACA4D) is known color: Kournikova. HEX triplet: FA, CA and 4D. RGB value is (250,202,77). Sum of RGB (Red+Green+Blue) = 250+202+77=529 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.26% from 529); Green value is 202 (79.30% from 255 or 38.19% from 529); Blue value is 77 (30.47% from 255 or 14.56% from 529); Max value from RGB is 250 - color contains mainly: red. Hex color #FACA4D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FACA4D is #0535B2. Grayscale: #CACACA. Windows color (decimal): -341427 or 5098234. OLE color: 5098234.
HSL color Cylindrical-coordinate representation of color #FACA4D: hue angle of 43.35º 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 #FACA4D is Cyan = 0, Magento = 0.19, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 202 | 77 | - |
| CMYK | 0 | 0.19 | 0.69 | 0.02 |
| HSL | 43.35º | 0.95% | 0.64% | - |
| HSV(B) | 43.35º | 0.69% | 0.98% | - |
| XYZ | 61.88 | 63.1 | 15.94 | - |
| YUV | 202.1 | 57.4 | 162.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 202 | 77 | 0 | 0.19 | 0.69 | 0.02 | 43.35 | 0.95 | 0.64 |
| Hex | FA | CA | 4D | 0 | 13 | 45 | 2 | 2B | 5F | 40 |
| Octal | 372 | 312 | 115 | 0 | 23 | 105 | 2 | 53 | 137 | 100 |
| Binary | 11111010 | 11001010 | 1001101 | 0 | 10011 | 1000101 | 10 | 101011 | 1011111 | 1000000 |
Color Harmonies of #FACA4D
Complementary color
Monochromatic Colors of #FACA4D
Black with #FACA4D
Text Example
Text Example
White with #FACA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACA4D; }
p { color: rgb(250,202,77); }
H1.HeaderClassName
{
color: #FACA4D;
}
.AnyTagClassName
{
color: #FACA4D;
}
</style>
background-color css
<style>
a { background-color: #FACA4D; }
a { background-color: rgb(250,202,77); }
div.DivClassName
{
background-color: #FACA4D;
}
.BgClassName
{
background-color: #FACA4D;
}
</style>
border-color css
<style>
span { border-color: #FACA4D; }
span { border-color: rgb(250,202,77); }
td.TdClassName
{
border-color: #FACA4D;
}
.TagClassName
{
border-color: #FACA4D;
}
</style>