Shades of Kournikova #FACC50
Tints of Kournikova #FACC50
RGB
CMYK
RGB Variations
Color information
#FACC50 (or 0xFACC50) is known color: Kournikova. HEX triplet: FA, CC and 50. RGB value is (250,204,80). Sum of RGB (Red+Green+Blue) = 250+204+80=534 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.82% from 534); Green value is 204 (80.08% from 255 or 38.20% from 534); Blue value is 80 (31.64% from 255 or 14.98% from 534); Max value from RGB is 250 - color contains mainly: red. Hex color #FACC50 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FACC50 is #0533AF. Grayscale: #CCCCCC. Windows color (decimal): -340912 or 5295354. OLE color: 5295354.
HSL color Cylindrical-coordinate representation of color #FACC50: hue angle of 43.76º 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 #FACC50 is Cyan = 0, Magento = 0.18, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 204 | 80 | - |
| CMYK | 0 | 0.18 | 0.68 | 0.02 |
| HSL | 43.76º | 0.94% | 0.65% | - |
| HSV(B) | 43.76º | 0.68% | 0.98% | - |
| XYZ | 62.47 | 64.09 | 16.67 | - |
| YUV | 203.62 | 58.24 | 161.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 204 | 80 | 0 | 0.18 | 0.68 | 0.02 | 43.76 | 0.94 | 0.65 |
| Hex | FA | CC | 50 | 0 | 12 | 44 | 2 | 2C | 5E | 41 |
| Octal | 372 | 314 | 120 | 0 | 22 | 104 | 2 | 54 | 136 | 101 |
| Binary | 11111010 | 11001100 | 1010000 | 0 | 10010 | 1000100 | 10 | 101100 | 1011110 | 1000001 |
Color Harmonies of #FACC50
Complementary color
Monochromatic Colors of #FACC50
Black with #FACC50
Text Example
Text Example
White with #FACC50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACC50; }
p { color: rgb(250,204,80); }
H1.HeaderClassName
{
color: #FACC50;
}
.AnyTagClassName
{
color: #FACC50;
}
</style>
background-color css
<style>
a { background-color: #FACC50; }
a { background-color: rgb(250,204,80); }
div.DivClassName
{
background-color: #FACC50;
}
.BgClassName
{
background-color: #FACC50;
}
</style>
border-color css
<style>
span { border-color: #FACC50; }
span { border-color: rgb(250,204,80); }
td.TdClassName
{
border-color: #FACC50;
}
.TagClassName
{
border-color: #FACC50;
}
</style>