Shades of Kournikova #FACD5B
Tints of Kournikova #FACD5B
RGB
CMYK
RGB Variations
Color information
#FACD5B (or 0xFACD5B) is known color: Kournikova. HEX triplet: FA, CD and 5B. RGB value is (250,205,91). Sum of RGB (Red+Green+Blue) = 250+205+91=546 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.79% from 546); Green value is 205 (80.47% from 255 or 37.55% from 546); Blue value is 91 (35.94% from 255 or 16.67% from 546); Max value from RGB is 250 - color contains mainly: red. Hex color #FACD5B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FACD5B is #0532A4. Grayscale: #CDCDCD. Windows color (decimal): -340645 or 6016506. OLE color: 6016506.
HSL color Cylindrical-coordinate representation of color #FACD5B: hue angle of 43.02º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FACD5B is Cyan = 0, Magento = 0.18, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 205 | 91 | - |
| CMYK | 0 | 0.18 | 0.64 | 0.02 |
| HSL | 43.02º | 0.94% | 0.67% | - |
| HSV(B) | 43.02º | 0.64% | 0.98% | - |
| XYZ | 63.14 | 64.74 | 19.07 | - |
| YUV | 205.46 | 63.41 | 159.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 205 | 91 | 0 | 0.18 | 0.64 | 0.02 | 43.02 | 0.94 | 0.67 |
| Hex | FA | CD | 5B | 0 | 12 | 40 | 2 | 2B | 5E | 43 |
| Octal | 372 | 315 | 133 | 0 | 22 | 100 | 2 | 53 | 136 | 103 |
| Binary | 11111010 | 11001101 | 1011011 | 0 | 10010 | 1000000 | 10 | 101011 | 1011110 | 1000011 |
Color Harmonies of #FACD5B
Complementary color
Monochromatic Colors of #FACD5B
Black with #FACD5B
Text Example
Text Example
White with #FACD5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACD5B; }
p { color: rgb(250,205,91); }
H1.HeaderClassName
{
color: #FACD5B;
}
.AnyTagClassName
{
color: #FACD5B;
}
</style>
background-color css
<style>
a { background-color: #FACD5B; }
a { background-color: rgb(250,205,91); }
div.DivClassName
{
background-color: #FACD5B;
}
.BgClassName
{
background-color: #FACD5B;
}
</style>
border-color css
<style>
span { border-color: #FACD5B; }
span { border-color: rgb(250,205,91); }
td.TdClassName
{
border-color: #FACD5B;
}
.TagClassName
{
border-color: #FACD5B;
}
</style>