Shades of Kournikova #FACD5D
Tints of Kournikova #FACD5D
RGB
CMYK
RGB Variations
Color information
#FACD5D (or 0xFACD5D) is known color: Kournikova. HEX triplet: FA, CD and 5D. RGB value is (250,205,93). Sum of RGB (Red+Green+Blue) = 250+205+93=548 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.62% from 548); Green value is 205 (80.47% from 255 or 37.41% from 548); Blue value is 93 (36.72% from 255 or 16.97% from 548); Max value from RGB is 250 - color contains mainly: red. Hex color #FACD5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FACD5D is #0532A2. Grayscale: #CECECE. Windows color (decimal): -340643 or 6147578. OLE color: 6147578.
HSL color Cylindrical-coordinate representation of color #FACD5D: hue angle of 42.8º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FACD5D is Cyan = 0, Magento = 0.18, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 205 | 93 | - |
| CMYK | 0 | 0.18 | 0.63 | 0.02 |
| HSL | 42.8º | 0.94% | 0.67% | - |
| HSV(B) | 42.8º | 0.63% | 0.98% | - |
| XYZ | 63.23 | 64.78 | 19.53 | - |
| YUV | 205.69 | 64.41 | 159.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 205 | 93 | 0 | 0.18 | 0.63 | 0.02 | 42.8 | 0.94 | 0.67 |
| Hex | FA | CD | 5D | 0 | 12 | 3F | 2 | 2B | 5E | 43 |
| Octal | 372 | 315 | 135 | 0 | 22 | 77 | 2 | 53 | 136 | 103 |
| Binary | 11111010 | 11001101 | 1011101 | 0 | 10010 | 111111 | 10 | 101011 | 1011110 | 1000011 |
Color Harmonies of #FACD5D
Complementary color
Monochromatic Colors of #FACD5D
Black with #FACD5D
Text Example
Text Example
White with #FACD5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACD5D; }
p { color: rgb(250,205,93); }
H1.HeaderClassName
{
color: #FACD5D;
}
.AnyTagClassName
{
color: #FACD5D;
}
</style>
background-color css
<style>
a { background-color: #FACD5D; }
a { background-color: rgb(250,205,93); }
div.DivClassName
{
background-color: #FACD5D;
}
.BgClassName
{
background-color: #FACD5D;
}
</style>
border-color css
<style>
span { border-color: #FACD5D; }
span { border-color: rgb(250,205,93); }
td.TdClassName
{
border-color: #FACD5D;
}
.TagClassName
{
border-color: #FACD5D;
}
</style>