Shades of Kournikova #FAD34F
Tints of Kournikova #FAD34F
RGB
CMYK
RGB Variations
Color information
#FAD34F (or 0xFAD34F) is known color: Kournikova. HEX triplet: FA, D3 and 4F. RGB value is (250,211,79). Sum of RGB (Red+Green+Blue) = 250+211+79=540 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.30% from 540); Green value is 211 (82.81% from 255 or 39.07% from 540); Blue value is 79 (31.25% from 255 or 14.63% from 540); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD34F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAD34F is #052CB0. Grayscale: #D0D0D0. Windows color (decimal): -339121 or 5231610. OLE color: 5231610.
HSL color Cylindrical-coordinate representation of color #FAD34F: hue angle of 46.32º 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 #FAD34F is Cyan = 0, Magento = 0.16, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 211 | 79 | - |
| CMYK | 0 | 0.16 | 0.68 | 0.02 |
| HSL | 46.32º | 0.94% | 0.65% | - |
| HSV(B) | 46.32º | 0.68% | 0.98% | - |
| XYZ | 64.13 | 67.48 | 17.04 | - |
| YUV | 207.61 | 55.42 | 158.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 211 | 79 | 0 | 0.16 | 0.68 | 0.02 | 46.32 | 0.94 | 0.65 |
| Hex | FA | D3 | 4F | 0 | 10 | 44 | 2 | 2E | 5E | 41 |
| Octal | 372 | 323 | 117 | 0 | 20 | 104 | 2 | 56 | 136 | 101 |
| Binary | 11111010 | 11010011 | 1001111 | 0 | 10000 | 1000100 | 10 | 101110 | 1011110 | 1000001 |
Color Harmonies of #FAD34F
Complementary color
Monochromatic Colors of #FAD34F
Black with #FAD34F
Text Example
Text Example
White with #FAD34F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD34F; }
p { color: rgb(250,211,79); }
H1.HeaderClassName
{
color: #FAD34F;
}
.AnyTagClassName
{
color: #FAD34F;
}
</style>
background-color css
<style>
a { background-color: #FAD34F; }
a { background-color: rgb(250,211,79); }
div.DivClassName
{
background-color: #FAD34F;
}
.BgClassName
{
background-color: #FAD34F;
}
</style>
border-color css
<style>
span { border-color: #FAD34F; }
span { border-color: rgb(250,211,79); }
td.TdClassName
{
border-color: #FAD34F;
}
.TagClassName
{
border-color: #FAD34F;
}
</style>