Shades of Kournikova #FAC955
Tints of Kournikova #FAC955
RGB
CMYK
RGB Variations
Color information
#FAC955 (or 0xFAC955) is known color: Kournikova. HEX triplet: FA, C9 and 55. RGB value is (250,201,85). Sum of RGB (Red+Green+Blue) = 250+201+85=536 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.64% from 536); Green value is 201 (78.91% from 255 or 37.5% from 536); Blue value is 85 (33.59% from 255 or 15.86% from 536); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC955 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC955 is #0536AA. Grayscale: #CACACA. Windows color (decimal): -341675 or 5622266. OLE color: 5622266.
HSL color Cylindrical-coordinate representation of color #FAC955: hue angle of 42.18º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FAC955 is Cyan = 0, Magento = 0.20, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 201 | 85 | - |
| CMYK | 0 | 0.20 | 0.66 | 0.02 |
| HSL | 42.18º | 0.94% | 0.66% | - |
| HSV(B) | 42.18º | 0.66% | 0.98% | - |
| XYZ | 61.95 | 62.75 | 17.44 | - |
| YUV | 202.43 | 61.73 | 161.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 201 | 85 | 0 | 0.20 | 0.66 | 0.02 | 42.18 | 0.94 | 0.66 |
| Hex | FA | C9 | 55 | 0 | 14 | 42 | 2 | 2A | 5E | 42 |
| Octal | 372 | 311 | 125 | 0 | 24 | 102 | 2 | 52 | 136 | 102 |
| Binary | 11111010 | 11001001 | 1010101 | 0 | 10100 | 1000010 | 10 | 101010 | 1011110 | 1000010 |
Color Harmonies of #FAC955
Complementary color
Monochromatic Colors of #FAC955
Black with #FAC955
Text Example
Text Example
White with #FAC955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC955; }
p { color: rgb(250,201,85); }
H1.HeaderClassName
{
color: #FAC955;
}
.AnyTagClassName
{
color: #FAC955;
}
</style>
background-color css
<style>
a { background-color: #FAC955; }
a { background-color: rgb(250,201,85); }
div.DivClassName
{
background-color: #FAC955;
}
.BgClassName
{
background-color: #FAC955;
}
</style>
border-color css
<style>
span { border-color: #FAC955; }
span { border-color: rgb(250,201,85); }
td.TdClassName
{
border-color: #FAC955;
}
.TagClassName
{
border-color: #FAC955;
}
</style>