Shades of Kournikova #FAD251
Tints of Kournikova #FAD251
RGB
CMYK
RGB Variations
Color information
#FAD251 (or 0xFAD251) is known color: Kournikova. HEX triplet: FA, D2 and 51. RGB value is (250,210,81). Sum of RGB (Red+Green+Blue) = 250+210+81=541 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.21% from 541); Green value is 210 (82.42% from 255 or 38.82% from 541); Blue value is 81 (32.03% from 255 or 14.97% from 541); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD251 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAD251 is #052DAE. Grayscale: #CFCFCF. Windows color (decimal): -339375 or 5362426. OLE color: 5362426.
HSL color Cylindrical-coordinate representation of color #FAD251: hue angle of 45.8º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FAD251 is Cyan = 0, Magento = 0.16, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 210 | 81 | - |
| CMYK | 0 | 0.16 | 0.68 | 0.02 |
| HSL | 45.8º | 0.94% | 0.65% | - |
| HSV(B) | 45.8º | 0.68% | 0.98% | - |
| XYZ | 63.96 | 67.01 | 17.35 | - |
| YUV | 207.25 | 56.75 | 158.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 210 | 81 | 0 | 0.16 | 0.68 | 0.02 | 45.8 | 0.94 | 0.65 |
| Hex | FA | D2 | 51 | 0 | 10 | 44 | 2 | 2E | 5E | 41 |
| Octal | 372 | 322 | 121 | 0 | 20 | 104 | 2 | 56 | 136 | 101 |
| Binary | 11111010 | 11010010 | 1010001 | 0 | 10000 | 1000100 | 10 | 101110 | 1011110 | 1000001 |
Color Harmonies of #FAD251
Complementary color
Monochromatic Colors of #FAD251
Black with #FAD251
Text Example
Text Example
White with #FAD251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD251; }
p { color: rgb(250,210,81); }
H1.HeaderClassName
{
color: #FAD251;
}
.AnyTagClassName
{
color: #FAD251;
}
</style>
background-color css
<style>
a { background-color: #FAD251; }
a { background-color: rgb(250,210,81); }
div.DivClassName
{
background-color: #FAD251;
}
.BgClassName
{
background-color: #FAD251;
}
</style>
border-color css
<style>
span { border-color: #FAD251; }
span { border-color: rgb(250,210,81); }
td.TdClassName
{
border-color: #FAD251;
}
.TagClassName
{
border-color: #FAD251;
}
</style>