Shades of Kournikova #FACA45
Tints of Kournikova #FACA45
RGB
CMYK
RGB Variations
Color information
#FACA45 (or 0xFACA45) is known color: Kournikova. HEX triplet: FA, CA and 45. RGB value is (250,202,69). Sum of RGB (Red+Green+Blue) = 250+202+69=521 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.98% from 521); Green value is 202 (79.30% from 255 or 38.77% from 521); Blue value is 69 (27.34% from 255 or 13.24% from 521); Max value from RGB is 250 - color contains mainly: red. Hex color #FACA45 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FACA45 is #0535BA. Grayscale: #C9C9C9. Windows color (decimal): -341435 or 4573946. OLE color: 4573946.
HSL color Cylindrical-coordinate representation of color #FACA45: hue angle of 44.09º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FACA45 is Cyan = 0, Magento = 0.19, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 202 | 69 | - |
| CMYK | 0 | 0.19 | 0.72 | 0.02 |
| HSL | 44.09º | 0.95% | 0.63% | - |
| HSV(B) | 44.09º | 0.72% | 0.98% | - |
| XYZ | 61.62 | 62.99 | 14.54 | - |
| YUV | 201.19 | 53.4 | 162.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 202 | 69 | 0 | 0.19 | 0.72 | 0.02 | 44.09 | 0.95 | 0.63 |
| Hex | FA | CA | 45 | 0 | 13 | 48 | 2 | 2C | 5F | 3F |
| Octal | 372 | 312 | 105 | 0 | 23 | 110 | 2 | 54 | 137 | 77 |
| Binary | 11111010 | 11001010 | 1000101 | 0 | 10011 | 1001000 | 10 | 101100 | 1011111 | 111111 |
Color Harmonies of #FACA45
Complementary color
Monochromatic Colors of #FACA45
Black with #FACA45
Text Example
Text Example
White with #FACA45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACA45; }
p { color: rgb(250,202,69); }
H1.HeaderClassName
{
color: #FACA45;
}
.AnyTagClassName
{
color: #FACA45;
}
</style>
background-color css
<style>
a { background-color: #FACA45; }
a { background-color: rgb(250,202,69); }
div.DivClassName
{
background-color: #FACA45;
}
.BgClassName
{
background-color: #FACA45;
}
</style>
border-color css
<style>
span { border-color: #FACA45; }
span { border-color: rgb(250,202,69); }
td.TdClassName
{
border-color: #FACA45;
}
.TagClassName
{
border-color: #FACA45;
}
</style>