Shades of Kournikova #FACA55
Tints of Kournikova #FACA55
RGB
CMYK
RGB Variations
Color information
#FACA55 (or 0xFACA55) is known color: Kournikova. HEX triplet: FA, CA and 55. RGB value is (250,202,85). Sum of RGB (Red+Green+Blue) = 250+202+85=537 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.55% from 537); Green value is 202 (79.30% from 255 or 37.62% from 537); Blue value is 85 (33.59% from 255 or 15.83% from 537); Max value from RGB is 250 - color contains mainly: red. Hex color #FACA55 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FACA55 is #0535AA. Grayscale: #CBCBCB. Windows color (decimal): -341419 or 5622522. OLE color: 5622522.
HSL color Cylindrical-coordinate representation of color #FACA55: hue angle of 42.55º 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 #FACA55 is Cyan = 0, Magento = 0.19, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 202 | 85 | - |
| CMYK | 0 | 0.19 | 0.66 | 0.02 |
| HSL | 42.55º | 0.94% | 0.66% | - |
| HSV(B) | 42.55º | 0.66% | 0.98% | - |
| XYZ | 62.18 | 63.22 | 17.52 | - |
| YUV | 203.01 | 61.4 | 161.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 202 | 85 | 0 | 0.19 | 0.66 | 0.02 | 42.55 | 0.94 | 0.66 |
| Hex | FA | CA | 55 | 0 | 13 | 42 | 2 | 2B | 5E | 42 |
| Octal | 372 | 312 | 125 | 0 | 23 | 102 | 2 | 53 | 136 | 102 |
| Binary | 11111010 | 11001010 | 1010101 | 0 | 10011 | 1000010 | 10 | 101011 | 1011110 | 1000010 |
Color Harmonies of #FACA55
Complementary color
Monochromatic Colors of #FACA55
Black with #FACA55
Text Example
Text Example
White with #FACA55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACA55; }
p { color: rgb(250,202,85); }
H1.HeaderClassName
{
color: #FACA55;
}
.AnyTagClassName
{
color: #FACA55;
}
</style>
background-color css
<style>
a { background-color: #FACA55; }
a { background-color: rgb(250,202,85); }
div.DivClassName
{
background-color: #FACA55;
}
.BgClassName
{
background-color: #FACA55;
}
</style>
border-color css
<style>
span { border-color: #FACA55; }
span { border-color: rgb(250,202,85); }
td.TdClassName
{
border-color: #FACA55;
}
.TagClassName
{
border-color: #FACA55;
}
</style>