Shades of Kournikova #FACC55
Tints of Kournikova #FACC55
RGB
CMYK
RGB Variations
Color information
#FACC55 (or 0xFACC55) is known color: Kournikova. HEX triplet: FA, CC and 55. RGB value is (250,204,85). Sum of RGB (Red+Green+Blue) = 250+204+85=539 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.38% from 539); Green value is 204 (80.08% from 255 or 37.85% from 539); Blue value is 85 (33.59% from 255 or 15.77% from 539); Max value from RGB is 250 - color contains mainly: red. Hex color #FACC55 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FACC55 is #0533AA. Grayscale: #CCCCCC. Windows color (decimal): -340907 or 5623034. OLE color: 5623034.
HSL color Cylindrical-coordinate representation of color #FACC55: hue angle of 43.27º 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 #FACC55 is Cyan = 0, Magento = 0.18, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 204 | 85 | - |
| CMYK | 0 | 0.18 | 0.66 | 0.02 |
| HSL | 43.27º | 0.94% | 0.66% | - |
| HSV(B) | 43.27º | 0.66% | 0.98% | - |
| XYZ | 62.66 | 64.17 | 17.68 | - |
| YUV | 204.19 | 60.74 | 160.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 204 | 85 | 0 | 0.18 | 0.66 | 0.02 | 43.27 | 0.94 | 0.66 |
| Hex | FA | CC | 55 | 0 | 12 | 42 | 2 | 2B | 5E | 42 |
| Octal | 372 | 314 | 125 | 0 | 22 | 102 | 2 | 53 | 136 | 102 |
| Binary | 11111010 | 11001100 | 1010101 | 0 | 10010 | 1000010 | 10 | 101011 | 1011110 | 1000010 |
Color Harmonies of #FACC55
Complementary color
Monochromatic Colors of #FACC55
Black with #FACC55
Text Example
Text Example
White with #FACC55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACC55; }
p { color: rgb(250,204,85); }
H1.HeaderClassName
{
color: #FACC55;
}
.AnyTagClassName
{
color: #FACC55;
}
</style>
background-color css
<style>
a { background-color: #FACC55; }
a { background-color: rgb(250,204,85); }
div.DivClassName
{
background-color: #FACC55;
}
.BgClassName
{
background-color: #FACC55;
}
</style>
border-color css
<style>
span { border-color: #FACC55; }
span { border-color: rgb(250,204,85); }
td.TdClassName
{
border-color: #FACC55;
}
.TagClassName
{
border-color: #FACC55;
}
</style>