Shades of Kournikova #FAD458
Tints of Kournikova #FAD458
RGB
CMYK
RGB Variations
Color information
#FAD458 (or 0xFAD458) is known color: Kournikova. HEX triplet: FA, D4 and 58. RGB value is (250,212,88). Sum of RGB (Red+Green+Blue) = 250+212+88=550 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.45% from 550); Green value is 212 (83.20% from 255 or 38.55% from 550); Blue value is 88 (34.77% from 255 or 16% from 550); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD458 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAD458 is #052BA7. Grayscale: #D1D1D1. Windows color (decimal): -338856 or 5821690. OLE color: 5821690.
HSL color Cylindrical-coordinate representation of color #FAD458: hue angle of 45.93º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FAD458 is Cyan = 0, Magento = 0.15, Yellow = 0.65 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 212 | 88 | - |
| CMYK | 0 | 0.15 | 0.65 | 0.02 |
| HSL | 45.93º | 0.94% | 0.66% | - |
| HSV(B) | 45.93º | 0.65% | 0.98% | - |
| XYZ | 64.73 | 68.12 | 18.97 | - |
| YUV | 209.23 | 59.59 | 157.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 212 | 88 | 0 | 0.15 | 0.65 | 0.02 | 45.93 | 0.94 | 0.66 |
| Hex | FA | D4 | 58 | 0 | F | 41 | 2 | 2E | 5E | 42 |
| Octal | 372 | 324 | 130 | 0 | 17 | 101 | 2 | 56 | 136 | 102 |
| Binary | 11111010 | 11010100 | 1011000 | 0 | 1111 | 1000001 | 10 | 101110 | 1011110 | 1000010 |
Color Harmonies of #FAD458
Complementary color
Monochromatic Colors of #FAD458
Black with #FAD458
Text Example
Text Example
White with #FAD458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD458; }
p { color: rgb(250,212,88); }
H1.HeaderClassName
{
color: #FAD458;
}
.AnyTagClassName
{
color: #FAD458;
}
</style>
background-color css
<style>
a { background-color: #FAD458; }
a { background-color: rgb(250,212,88); }
div.DivClassName
{
background-color: #FAD458;
}
.BgClassName
{
background-color: #FAD458;
}
</style>
border-color css
<style>
span { border-color: #FAD458; }
span { border-color: rgb(250,212,88); }
td.TdClassName
{
border-color: #FAD458;
}
.TagClassName
{
border-color: #FAD458;
}
</style>