Shades of Kournikova #FAD358
Tints of Kournikova #FAD358
RGB
CMYK
RGB Variations
Color information
#FAD358 (or 0xFAD358) is known color: Kournikova. HEX triplet: FA, D3 and 58. RGB value is (250,211,88). Sum of RGB (Red+Green+Blue) = 250+211+88=549 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.54% from 549); Green value is 211 (82.81% from 255 or 38.43% from 549); Blue value is 88 (34.77% from 255 or 16.03% from 549); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD358 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAD358 is #052CA7. Grayscale: #D1D1D1. Windows color (decimal): -339112 or 5821434. OLE color: 5821434.
HSL color Cylindrical-coordinate representation of color #FAD358: hue angle of 45.56º 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 #FAD358 is Cyan = 0, Magento = 0.16, Yellow = 0.65 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 211 | 88 | - |
| CMYK | 0 | 0.16 | 0.65 | 0.02 |
| HSL | 45.56º | 0.94% | 0.66% | - |
| HSV(B) | 45.56º | 0.65% | 0.98% | - |
| XYZ | 64.48 | 67.62 | 18.89 | - |
| YUV | 208.64 | 59.92 | 157.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 211 | 88 | 0 | 0.16 | 0.65 | 0.02 | 45.56 | 0.94 | 0.66 |
| Hex | FA | D3 | 58 | 0 | 10 | 41 | 2 | 2E | 5E | 42 |
| Octal | 372 | 323 | 130 | 0 | 20 | 101 | 2 | 56 | 136 | 102 |
| Binary | 11111010 | 11010011 | 1011000 | 0 | 10000 | 1000001 | 10 | 101110 | 1011110 | 1000010 |
Color Harmonies of #FAD358
Complementary color
Monochromatic Colors of #FAD358
Black with #FAD358
Text Example
Text Example
White with #FAD358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD358; }
p { color: rgb(250,211,88); }
H1.HeaderClassName
{
color: #FAD358;
}
.AnyTagClassName
{
color: #FAD358;
}
</style>
background-color css
<style>
a { background-color: #FAD358; }
a { background-color: rgb(250,211,88); }
div.DivClassName
{
background-color: #FAD358;
}
.BgClassName
{
background-color: #FAD358;
}
</style>
border-color css
<style>
span { border-color: #FAD358; }
span { border-color: rgb(250,211,88); }
td.TdClassName
{
border-color: #FAD358;
}
.TagClassName
{
border-color: #FAD358;
}
</style>