Shades of Kournikova #FAC95E
Tints of Kournikova #FAC95E
RGB
CMYK
RGB Variations
Color information
#FAC95E (or 0xFAC95E) is known color: Kournikova. HEX triplet: FA, C9 and 5E. RGB value is (250,201,94). Sum of RGB (Red+Green+Blue) = 250+201+94=545 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.87% from 545); Green value is 201 (78.91% from 255 or 36.88% from 545); Blue value is 94 (37.11% from 255 or 17.25% from 545); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC95E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC95E is #0536A1. Grayscale: #CBCBCB. Windows color (decimal): -341666 or 6212090. OLE color: 6212090.
HSL color Cylindrical-coordinate representation of color #FAC95E: hue angle of 41.15º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FAC95E is Cyan = 0, Magento = 0.20, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 201 | 94 | - |
| CMYK | 0 | 0.20 | 0.62 | 0.02 |
| HSL | 41.15º | 0.94% | 0.67% | - |
| HSV(B) | 41.15º | 0.62% | 0.98% | - |
| XYZ | 62.33 | 62.91 | 19.45 | - |
| YUV | 203.45 | 66.23 | 161.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 201 | 94 | 0 | 0.20 | 0.62 | 0.02 | 41.15 | 0.94 | 0.67 |
| Hex | FA | C9 | 5E | 0 | 14 | 3E | 2 | 29 | 5E | 43 |
| Octal | 372 | 311 | 136 | 0 | 24 | 76 | 2 | 51 | 136 | 103 |
| Binary | 11111010 | 11001001 | 1011110 | 0 | 10100 | 111110 | 10 | 101001 | 1011110 | 1000011 |
Color Harmonies of #FAC95E
Complementary color
Monochromatic Colors of #FAC95E
Black with #FAC95E
Text Example
Text Example
White with #FAC95E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC95E; }
p { color: rgb(250,201,94); }
H1.HeaderClassName
{
color: #FAC95E;
}
.AnyTagClassName
{
color: #FAC95E;
}
</style>
background-color css
<style>
a { background-color: #FAC95E; }
a { background-color: rgb(250,201,94); }
div.DivClassName
{
background-color: #FAC95E;
}
.BgClassName
{
background-color: #FAC95E;
}
</style>
border-color css
<style>
span { border-color: #FAC95E; }
span { border-color: rgb(250,201,94); }
td.TdClassName
{
border-color: #FAC95E;
}
.TagClassName
{
border-color: #FAC95E;
}
</style>