Shades of Kournikova #FACB5E
Tints of Kournikova #FACB5E
RGB
CMYK
RGB Variations
Color information
#FACB5E (or 0xFACB5E) is known color: Kournikova. HEX triplet: FA, CB and 5E. RGB value is (250,203,94). Sum of RGB (Red+Green+Blue) = 250+203+94=547 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.70% from 547); Green value is 203 (79.69% from 255 or 37.11% from 547); Blue value is 94 (37.11% from 255 or 17.18% from 547); Max value from RGB is 250 - color contains mainly: red. Hex color #FACB5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FACB5E is #0534A1. Grayscale: #CDCDCD. Windows color (decimal): -341154 or 6212602. OLE color: 6212602.
HSL color Cylindrical-coordinate representation of color #FACB5E: hue angle of 41.92º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FACB5E is Cyan = 0, Magento = 0.19, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 203 | 94 | - |
| CMYK | 0 | 0.19 | 0.62 | 0.02 |
| HSL | 41.92º | 0.94% | 0.67% | - |
| HSV(B) | 41.92º | 0.62% | 0.98% | - |
| XYZ | 62.8 | 63.84 | 19.6 | - |
| YUV | 204.63 | 65.57 | 160.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 203 | 94 | 0 | 0.19 | 0.62 | 0.02 | 41.92 | 0.94 | 0.67 |
| Hex | FA | CB | 5E | 0 | 13 | 3E | 2 | 2A | 5E | 43 |
| Octal | 372 | 313 | 136 | 0 | 23 | 76 | 2 | 52 | 136 | 103 |
| Binary | 11111010 | 11001011 | 1011110 | 0 | 10011 | 111110 | 10 | 101010 | 1011110 | 1000011 |
Color Harmonies of #FACB5E
Complementary color
Monochromatic Colors of #FACB5E
Black with #FACB5E
Text Example
Text Example
White with #FACB5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACB5E; }
p { color: rgb(250,203,94); }
H1.HeaderClassName
{
color: #FACB5E;
}
.AnyTagClassName
{
color: #FACB5E;
}
</style>
background-color css
<style>
a { background-color: #FACB5E; }
a { background-color: rgb(250,203,94); }
div.DivClassName
{
background-color: #FACB5E;
}
.BgClassName
{
background-color: #FACB5E;
}
</style>
border-color css
<style>
span { border-color: #FACB5E; }
span { border-color: rgb(250,203,94); }
td.TdClassName
{
border-color: #FACB5E;
}
.TagClassName
{
border-color: #FACB5E;
}
</style>