Shades of Kournikova #FACA5B
Tints of Kournikova #FACA5B
RGB
CMYK
RGB Variations
Color information
#FACA5B (or 0xFACA5B) is known color: Kournikova. HEX triplet: FA, CA and 5B. RGB value is (250,202,91). Sum of RGB (Red+Green+Blue) = 250+202+91=543 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.04% from 543); Green value is 202 (79.30% from 255 or 37.20% from 543); Blue value is 91 (35.94% from 255 or 16.76% from 543); Max value from RGB is 250 - color contains mainly: red. Hex color #FACA5B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FACA5B is #0535A4. Grayscale: #CCCCCC. Windows color (decimal): -341413 or 6015738. OLE color: 6015738.
HSL color Cylindrical-coordinate representation of color #FACA5B: hue angle of 41.89º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FACA5B is Cyan = 0, Magento = 0.19, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 202 | 91 | - |
| CMYK | 0 | 0.19 | 0.64 | 0.02 |
| HSL | 41.89º | 0.94% | 0.67% | - |
| HSV(B) | 41.89º | 0.64% | 0.98% | - |
| XYZ | 62.43 | 63.32 | 18.83 | - |
| YUV | 203.7 | 64.4 | 161.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 202 | 91 | 0 | 0.19 | 0.64 | 0.02 | 41.89 | 0.94 | 0.67 |
| Hex | FA | CA | 5B | 0 | 13 | 40 | 2 | 2A | 5E | 43 |
| Octal | 372 | 312 | 133 | 0 | 23 | 100 | 2 | 52 | 136 | 103 |
| Binary | 11111010 | 11001010 | 1011011 | 0 | 10011 | 1000000 | 10 | 101010 | 1011110 | 1000011 |
Color Harmonies of #FACA5B
Complementary color
Monochromatic Colors of #FACA5B
Black with #FACA5B
Text Example
Text Example
White with #FACA5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACA5B; }
p { color: rgb(250,202,91); }
H1.HeaderClassName
{
color: #FACA5B;
}
.AnyTagClassName
{
color: #FACA5B;
}
</style>
background-color css
<style>
a { background-color: #FACA5B; }
a { background-color: rgb(250,202,91); }
div.DivClassName
{
background-color: #FACA5B;
}
.BgClassName
{
background-color: #FACA5B;
}
</style>
border-color css
<style>
span { border-color: #FACA5B; }
span { border-color: rgb(250,202,91); }
td.TdClassName
{
border-color: #FACA5B;
}
.TagClassName
{
border-color: #FACA5B;
}
</style>