Shades of Kournikova #FACD4D
Tints of Kournikova #FACD4D
RGB
CMYK
RGB Variations
Color information
#FACD4D (or 0xFACD4D) is known color: Kournikova. HEX triplet: FA, CD and 4D. RGB value is (250,205,77). Sum of RGB (Red+Green+Blue) = 250+205+77=532 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.99% from 532); Green value is 205 (80.47% from 255 or 38.53% from 532); Blue value is 77 (30.47% from 255 or 14.47% from 532); Max value from RGB is 250 - color contains mainly: red. Hex color #FACD4D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FACD4D is #0532B2. Grayscale: #CCCCCC. Windows color (decimal): -340659 or 5099002. OLE color: 5099002.
HSL color Cylindrical-coordinate representation of color #FACD4D: hue angle of 44.39º 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 #FACD4D is Cyan = 0, Magento = 0.18, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 205 | 77 | - |
| CMYK | 0 | 0.18 | 0.69 | 0.02 |
| HSL | 44.39º | 0.95% | 0.64% | - |
| HSV(B) | 44.39º | 0.69% | 0.98% | - |
| XYZ | 62.6 | 64.52 | 16.18 | - |
| YUV | 203.86 | 56.41 | 160.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 205 | 77 | 0 | 0.18 | 0.69 | 0.02 | 44.39 | 0.95 | 0.64 |
| Hex | FA | CD | 4D | 0 | 12 | 45 | 2 | 2C | 5F | 40 |
| Octal | 372 | 315 | 115 | 0 | 22 | 105 | 2 | 54 | 137 | 100 |
| Binary | 11111010 | 11001101 | 1001101 | 0 | 10010 | 1000101 | 10 | 101100 | 1011111 | 1000000 |
Color Harmonies of #FACD4D
Complementary color
Monochromatic Colors of #FACD4D
Black with #FACD4D
Text Example
Text Example
White with #FACD4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACD4D; }
p { color: rgb(250,205,77); }
H1.HeaderClassName
{
color: #FACD4D;
}
.AnyTagClassName
{
color: #FACD4D;
}
</style>
background-color css
<style>
a { background-color: #FACD4D; }
a { background-color: rgb(250,205,77); }
div.DivClassName
{
background-color: #FACD4D;
}
.BgClassName
{
background-color: #FACD4D;
}
</style>
border-color css
<style>
span { border-color: #FACD4D; }
span { border-color: rgb(250,205,77); }
td.TdClassName
{
border-color: #FACD4D;
}
.TagClassName
{
border-color: #FACD4D;
}
</style>