Shades of Kournikova #FACD4E
Tints of Kournikova #FACD4E
RGB
CMYK
RGB Variations
Color information
#FACD4E (or 0xFACD4E) is known color: Kournikova. HEX triplet: FA, CD and 4E. RGB value is (250,205,78). Sum of RGB (Red+Green+Blue) = 250+205+78=533 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.90% from 533); Green value is 205 (80.47% from 255 or 38.46% from 533); Blue value is 78 (30.86% from 255 or 14.63% from 533); Max value from RGB is 250 - color contains mainly: red. Hex color #FACD4E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FACD4E is #0532B1. Grayscale: #CCCCCC. Windows color (decimal): -340658 or 5164538. OLE color: 5164538.
HSL color Cylindrical-coordinate representation of color #FACD4E: hue angle of 44.3º 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 #FACD4E is Cyan = 0, Magento = 0.18, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 205 | 78 | - |
| CMYK | 0 | 0.18 | 0.69 | 0.02 |
| HSL | 44.3º | 0.95% | 0.64% | - |
| HSV(B) | 44.3º | 0.69% | 0.98% | - |
| XYZ | 62.63 | 64.54 | 16.36 | - |
| YUV | 203.98 | 56.91 | 160.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 205 | 78 | 0 | 0.18 | 0.69 | 0.02 | 44.3 | 0.95 | 0.64 |
| Hex | FA | CD | 4E | 0 | 12 | 45 | 2 | 2C | 5F | 40 |
| Octal | 372 | 315 | 116 | 0 | 22 | 105 | 2 | 54 | 137 | 100 |
| Binary | 11111010 | 11001101 | 1001110 | 0 | 10010 | 1000101 | 10 | 101100 | 1011111 | 1000000 |
Color Harmonies of #FACD4E
Complementary color
Monochromatic Colors of #FACD4E
Black with #FACD4E
Text Example
Text Example
White with #FACD4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACD4E; }
p { color: rgb(250,205,78); }
H1.HeaderClassName
{
color: #FACD4E;
}
.AnyTagClassName
{
color: #FACD4E;
}
</style>
background-color css
<style>
a { background-color: #FACD4E; }
a { background-color: rgb(250,205,78); }
div.DivClassName
{
background-color: #FACD4E;
}
.BgClassName
{
background-color: #FACD4E;
}
</style>
border-color css
<style>
span { border-color: #FACD4E; }
span { border-color: rgb(250,205,78); }
td.TdClassName
{
border-color: #FACD4E;
}
.TagClassName
{
border-color: #FACD4E;
}
</style>