Shades of Kournikova #FACD59
Tints of Kournikova #FACD59
RGB
CMYK
RGB Variations
Color information
#FACD59 (or 0xFACD59) is known color: Kournikova. HEX triplet: FA, CD and 59. RGB value is (250,205,89). Sum of RGB (Red+Green+Blue) = 250+205+89=544 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.96% from 544); Green value is 205 (80.47% from 255 or 37.68% from 544); Blue value is 89 (35.16% from 255 or 16.36% from 544); Max value from RGB is 250 - color contains mainly: red. Hex color #FACD59 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FACD59 is #0532A6. Grayscale: #CDCDCD. Windows color (decimal): -340647 or 5885434. OLE color: 5885434.
HSL color Cylindrical-coordinate representation of color #FACD59: hue angle of 43.23º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FACD59 is Cyan = 0, Magento = 0.18, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 205 | 89 | - |
| CMYK | 0 | 0.18 | 0.64 | 0.02 |
| HSL | 43.23º | 0.94% | 0.66% | - |
| HSV(B) | 43.23º | 0.64% | 0.98% | - |
| XYZ | 63.06 | 64.71 | 18.62 | - |
| YUV | 205.23 | 62.41 | 159.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 205 | 89 | 0 | 0.18 | 0.64 | 0.02 | 43.23 | 0.94 | 0.66 |
| Hex | FA | CD | 59 | 0 | 12 | 40 | 2 | 2B | 5E | 42 |
| Octal | 372 | 315 | 131 | 0 | 22 | 100 | 2 | 53 | 136 | 102 |
| Binary | 11111010 | 11001101 | 1011001 | 0 | 10010 | 1000000 | 10 | 101011 | 1011110 | 1000010 |
Color Harmonies of #FACD59
Complementary color
Monochromatic Colors of #FACD59
Black with #FACD59
Text Example
Text Example
White with #FACD59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACD59; }
p { color: rgb(250,205,89); }
H1.HeaderClassName
{
color: #FACD59;
}
.AnyTagClassName
{
color: #FACD59;
}
</style>
background-color css
<style>
a { background-color: #FACD59; }
a { background-color: rgb(250,205,89); }
div.DivClassName
{
background-color: #FACD59;
}
.BgClassName
{
background-color: #FACD59;
}
</style>
border-color css
<style>
span { border-color: #FACD59; }
span { border-color: rgb(250,205,89); }
td.TdClassName
{
border-color: #FACD59;
}
.TagClassName
{
border-color: #FACD59;
}
</style>