Shades of Kournikova #FACA51
Tints of Kournikova #FACA51
RGB
CMYK
RGB Variations
Color information
#FACA51 (or 0xFACA51) is known color: Kournikova. HEX triplet: FA, CA and 51. RGB value is (250,202,81). Sum of RGB (Red+Green+Blue) = 250+202+81=533 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.90% from 533); Green value is 202 (79.30% from 255 or 37.90% from 533); Blue value is 81 (32.03% from 255 or 15.20% from 533); Max value from RGB is 250 - color contains mainly: red. Hex color #FACA51 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FACA51 is #0535AE. Grayscale: #CBCBCB. Windows color (decimal): -341423 or 5360378. OLE color: 5360378.
HSL color Cylindrical-coordinate representation of color #FACA51: hue angle of 42.96º 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 #FACA51 is Cyan = 0, Magento = 0.19, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 202 | 81 | - |
| CMYK | 0 | 0.19 | 0.68 | 0.02 |
| HSL | 42.96º | 0.94% | 0.65% | - |
| HSV(B) | 42.96º | 0.68% | 0.98% | - |
| XYZ | 62.03 | 63.16 | 16.71 | - |
| YUV | 202.56 | 59.4 | 161.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 202 | 81 | 0 | 0.19 | 0.68 | 0.02 | 42.96 | 0.94 | 0.65 |
| Hex | FA | CA | 51 | 0 | 13 | 44 | 2 | 2B | 5E | 41 |
| Octal | 372 | 312 | 121 | 0 | 23 | 104 | 2 | 53 | 136 | 101 |
| Binary | 11111010 | 11001010 | 1010001 | 0 | 10011 | 1000100 | 10 | 101011 | 1011110 | 1000001 |
Color Harmonies of #FACA51
Complementary color
Monochromatic Colors of #FACA51
Black with #FACA51
Text Example
Text Example
White with #FACA51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACA51; }
p { color: rgb(250,202,81); }
H1.HeaderClassName
{
color: #FACA51;
}
.AnyTagClassName
{
color: #FACA51;
}
</style>
background-color css
<style>
a { background-color: #FACA51; }
a { background-color: rgb(250,202,81); }
div.DivClassName
{
background-color: #FACA51;
}
.BgClassName
{
background-color: #FACA51;
}
</style>
border-color css
<style>
span { border-color: #FACA51; }
span { border-color: rgb(250,202,81); }
td.TdClassName
{
border-color: #FACA51;
}
.TagClassName
{
border-color: #FACA51;
}
</style>