Shades of Kournikova #FACC49
Tints of Kournikova #FACC49
RGB
CMYK
RGB Variations
Color information
#FACC49 (or 0xFACC49) is known color: Kournikova. HEX triplet: FA, CC and 49. RGB value is (250,204,73). Sum of RGB (Red+Green+Blue) = 250+204+73=527 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.44% from 527); Green value is 204 (80.08% from 255 or 38.71% from 527); Blue value is 73 (28.91% from 255 or 13.85% from 527); Max value from RGB is 250 - color contains mainly: red. Hex color #FACC49 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FACC49 is #0533B6. Grayscale: #CBCBCB. Windows color (decimal): -340919 or 4836602. OLE color: 4836602.
HSL color Cylindrical-coordinate representation of color #FACC49: hue angle of 44.41º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FACC49 is Cyan = 0, Magento = 0.18, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 204 | 73 | - |
| CMYK | 0 | 0.18 | 0.71 | 0.02 |
| HSL | 44.41º | 0.95% | 0.63% | - |
| HSV(B) | 44.41º | 0.71% | 0.98% | - |
| XYZ | 62.22 | 63.99 | 15.38 | - |
| YUV | 202.82 | 54.74 | 161.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 204 | 73 | 0 | 0.18 | 0.71 | 0.02 | 44.41 | 0.95 | 0.63 |
| Hex | FA | CC | 49 | 0 | 12 | 47 | 2 | 2C | 5F | 3F |
| Octal | 372 | 314 | 111 | 0 | 22 | 107 | 2 | 54 | 137 | 77 |
| Binary | 11111010 | 11001100 | 1001001 | 0 | 10010 | 1000111 | 10 | 101100 | 1011111 | 111111 |
Color Harmonies of #FACC49
Complementary color
Monochromatic Colors of #FACC49
Black with #FACC49
Text Example
Text Example
White with #FACC49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACC49; }
p { color: rgb(250,204,73); }
H1.HeaderClassName
{
color: #FACC49;
}
.AnyTagClassName
{
color: #FACC49;
}
</style>
background-color css
<style>
a { background-color: #FACC49; }
a { background-color: rgb(250,204,73); }
div.DivClassName
{
background-color: #FACC49;
}
.BgClassName
{
background-color: #FACC49;
}
</style>
border-color css
<style>
span { border-color: #FACC49; }
span { border-color: rgb(250,204,73); }
td.TdClassName
{
border-color: #FACC49;
}
.TagClassName
{
border-color: #FACC49;
}
</style>