Shades of Kournikova #FACA62
Tints of Kournikova #FACA62
RGB
CMYK
RGB Variations
Color information
#FACA62 (or 0xFACA62) is known color: Kournikova. HEX triplet: FA, CA and 62. RGB value is (250,202,98). Sum of RGB (Red+Green+Blue) = 250+202+98=550 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.45% from 550); Green value is 202 (79.30% from 255 or 36.73% from 550); Blue value is 98 (38.67% from 255 or 17.82% from 550); Max value from RGB is 250 - color contains mainly: red. Hex color #FACA62 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FACA62 is #05359D. Grayscale: #CCCCCC. Windows color (decimal): -341406 or 6474490. OLE color: 6474490.
HSL color Cylindrical-coordinate representation of color #FACA62: hue angle of 41.05º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FACA62 is Cyan = 0, Magento = 0.19, Yellow = 0.61 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 202 | 98 | - |
| CMYK | 0 | 0.19 | 0.61 | 0.02 |
| HSL | 41.05º | 0.94% | 0.68% | - |
| HSV(B) | 41.05º | 0.61% | 0.98% | - |
| XYZ | 62.75 | 63.45 | 20.49 | - |
| YUV | 204.5 | 67.9 | 160.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 202 | 98 | 0 | 0.19 | 0.61 | 0.02 | 41.05 | 0.94 | 0.68 |
| Hex | FA | CA | 62 | 0 | 13 | 3D | 2 | 29 | 5E | 44 |
| Octal | 372 | 312 | 142 | 0 | 23 | 75 | 2 | 51 | 136 | 104 |
| Binary | 11111010 | 11001010 | 1100010 | 0 | 10011 | 111101 | 10 | 101001 | 1011110 | 1000100 |
Color Harmonies of #FACA62
Complementary color
Monochromatic Colors of #FACA62
Black with #FACA62
Text Example
Text Example
White with #FACA62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACA62; }
p { color: rgb(250,202,98); }
H1.HeaderClassName
{
color: #FACA62;
}
.AnyTagClassName
{
color: #FACA62;
}
</style>
background-color css
<style>
a { background-color: #FACA62; }
a { background-color: rgb(250,202,98); }
div.DivClassName
{
background-color: #FACA62;
}
.BgClassName
{
background-color: #FACA62;
}
</style>
border-color css
<style>
span { border-color: #FACA62; }
span { border-color: rgb(250,202,98); }
td.TdClassName
{
border-color: #FACA62;
}
.TagClassName
{
border-color: #FACA62;
}
</style>