Shades of Kournikova #FACC60
Tints of Kournikova #FACC60
RGB
CMYK
RGB Variations
Color information
#FACC60 (or 0xFACC60) is known color: Kournikova. HEX triplet: FA, CC and 60. RGB value is (250,204,96). Sum of RGB (Red+Green+Blue) = 250+204+96=550 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.45% from 550); Green value is 204 (80.08% from 255 or 37.09% from 550); Blue value is 96 (37.89% from 255 or 17.45% from 550); Max value from RGB is 250 - color contains mainly: red. Hex color #FACC60 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FACC60 is #05339F. Grayscale: #CDCDCD. Windows color (decimal): -340896 or 6343930. OLE color: 6343930.
HSL color Cylindrical-coordinate representation of color #FACC60: hue angle of 42.08º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FACC60 is Cyan = 0, Magento = 0.18, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 204 | 96 | - |
| CMYK | 0 | 0.18 | 0.62 | 0.02 |
| HSL | 42.08º | 0.94% | 0.68% | - |
| HSV(B) | 42.08º | 0.62% | 0.98% | - |
| XYZ | 63.13 | 64.35 | 20.16 | - |
| YUV | 205.44 | 66.24 | 159.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 204 | 96 | 0 | 0.18 | 0.62 | 0.02 | 42.08 | 0.94 | 0.68 |
| Hex | FA | CC | 60 | 0 | 12 | 3E | 2 | 2A | 5E | 44 |
| Octal | 372 | 314 | 140 | 0 | 22 | 76 | 2 | 52 | 136 | 104 |
| Binary | 11111010 | 11001100 | 1100000 | 0 | 10010 | 111110 | 10 | 101010 | 1011110 | 1000100 |
Color Harmonies of #FACC60
Complementary color
Monochromatic Colors of #FACC60
Black with #FACC60
Text Example
Text Example
White with #FACC60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACC60; }
p { color: rgb(250,204,96); }
H1.HeaderClassName
{
color: #FACC60;
}
.AnyTagClassName
{
color: #FACC60;
}
</style>
background-color css
<style>
a { background-color: #FACC60; }
a { background-color: rgb(250,204,96); }
div.DivClassName
{
background-color: #FACC60;
}
.BgClassName
{
background-color: #FACC60;
}
</style>
border-color css
<style>
span { border-color: #FACC60; }
span { border-color: rgb(250,204,96); }
td.TdClassName
{
border-color: #FACC60;
}
.TagClassName
{
border-color: #FACC60;
}
</style>