Shades of Kournikova #FACA56
Tints of Kournikova #FACA56
RGB
CMYK
RGB Variations
Color information
#FACA56 (or 0xFACA56) is known color: Kournikova. HEX triplet: FA, CA and 56. RGB value is (250,202,86). Sum of RGB (Red+Green+Blue) = 250+202+86=538 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.47% from 538); Green value is 202 (79.30% from 255 or 37.55% from 538); Blue value is 86 (33.98% from 255 or 15.99% from 538); Max value from RGB is 250 - color contains mainly: red. Hex color #FACA56 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FACA56 is #0535A9. Grayscale: #CBCBCB. Windows color (decimal): -341418 or 5688058. OLE color: 5688058.
HSL color Cylindrical-coordinate representation of color #FACA56: hue angle of 42.44º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FACA56 is Cyan = 0, Magento = 0.19, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 202 | 86 | - |
| CMYK | 0 | 0.19 | 0.66 | 0.02 |
| HSL | 42.44º | 0.94% | 0.66% | - |
| HSV(B) | 42.44º | 0.66% | 0.98% | - |
| XYZ | 62.22 | 63.24 | 17.73 | - |
| YUV | 203.13 | 61.9 | 161.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 202 | 86 | 0 | 0.19 | 0.66 | 0.02 | 42.44 | 0.94 | 0.66 |
| Hex | FA | CA | 56 | 0 | 13 | 42 | 2 | 2A | 5E | 42 |
| Octal | 372 | 312 | 126 | 0 | 23 | 102 | 2 | 52 | 136 | 102 |
| Binary | 11111010 | 11001010 | 1010110 | 0 | 10011 | 1000010 | 10 | 101010 | 1011110 | 1000010 |
Color Harmonies of #FACA56
Complementary color
Monochromatic Colors of #FACA56
Black with #FACA56
Text Example
Text Example
White with #FACA56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACA56; }
p { color: rgb(250,202,86); }
H1.HeaderClassName
{
color: #FACA56;
}
.AnyTagClassName
{
color: #FACA56;
}
</style>
background-color css
<style>
a { background-color: #FACA56; }
a { background-color: rgb(250,202,86); }
div.DivClassName
{
background-color: #FACA56;
}
.BgClassName
{
background-color: #FACA56;
}
</style>
border-color css
<style>
span { border-color: #FACA56; }
span { border-color: rgb(250,202,86); }
td.TdClassName
{
border-color: #FACA56;
}
.TagClassName
{
border-color: #FACA56;
}
</style>