Shades of Kournikova #FAC94F
Tints of Kournikova #FAC94F
RGB
CMYK
RGB Variations
Color information
#FAC94F (or 0xFAC94F) is known color: Kournikova. HEX triplet: FA, C9 and 4F. RGB value is (250,201,79). Sum of RGB (Red+Green+Blue) = 250+201+79=530 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.17% from 530); Green value is 201 (78.91% from 255 or 37.92% from 530); Blue value is 79 (31.25% from 255 or 14.91% from 530); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC94F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC94F is #0536B0. Grayscale: #CACACA. Windows color (decimal): -341681 or 5229050. OLE color: 5229050.
HSL color Cylindrical-coordinate representation of color #FAC94F: hue angle of 42.81º 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 #FAC94F is Cyan = 0, Magento = 0.20, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 201 | 79 | - |
| CMYK | 0 | 0.20 | 0.68 | 0.02 |
| HSL | 42.81º | 0.94% | 0.65% | - |
| HSV(B) | 42.81º | 0.68% | 0.98% | - |
| XYZ | 61.72 | 62.66 | 16.24 | - |
| YUV | 201.74 | 58.73 | 162.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 201 | 79 | 0 | 0.20 | 0.68 | 0.02 | 42.81 | 0.94 | 0.65 |
| Hex | FA | C9 | 4F | 0 | 14 | 44 | 2 | 2B | 5E | 41 |
| Octal | 372 | 311 | 117 | 0 | 24 | 104 | 2 | 53 | 136 | 101 |
| Binary | 11111010 | 11001001 | 1001111 | 0 | 10100 | 1000100 | 10 | 101011 | 1011110 | 1000001 |
Color Harmonies of #FAC94F
Complementary color
Monochromatic Colors of #FAC94F
Black with #FAC94F
Text Example
Text Example
White with #FAC94F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC94F; }
p { color: rgb(250,201,79); }
H1.HeaderClassName
{
color: #FAC94F;
}
.AnyTagClassName
{
color: #FAC94F;
}
</style>
background-color css
<style>
a { background-color: #FAC94F; }
a { background-color: rgb(250,201,79); }
div.DivClassName
{
background-color: #FAC94F;
}
.BgClassName
{
background-color: #FAC94F;
}
</style>
border-color css
<style>
span { border-color: #FAC94F; }
span { border-color: rgb(250,201,79); }
td.TdClassName
{
border-color: #FAC94F;
}
.TagClassName
{
border-color: #FAC94F;
}
</style>