Shades of Kournikova #FACE5E
Tints of Kournikova #FACE5E
RGB
CMYK
RGB Variations
Color information
#FACE5E (or 0xFACE5E) is known color: Kournikova. HEX triplet: FA, CE and 5E. RGB value is (250,206,94). Sum of RGB (Red+Green+Blue) = 250+206+94=550 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.45% from 550); Green value is 206 (80.86% from 255 or 37.45% from 550); Blue value is 94 (37.11% from 255 or 17.09% from 550); Max value from RGB is 250 - color contains mainly: red. Hex color #FACE5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FACE5E is #0531A1. Grayscale: #CECECE. Windows color (decimal): -340386 or 6213370. OLE color: 6213370.
HSL color Cylindrical-coordinate representation of color #FACE5E: hue angle of 43.08º 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 #FACE5E is Cyan = 0, Magento = 0.18, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 206 | 94 | - |
| CMYK | 0 | 0.18 | 0.62 | 0.02 |
| HSL | 43.08º | 0.94% | 0.67% | - |
| HSV(B) | 43.08º | 0.62% | 0.98% | - |
| XYZ | 63.52 | 65.27 | 19.84 | - |
| YUV | 206.39 | 64.58 | 159.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 206 | 94 | 0 | 0.18 | 0.62 | 0.02 | 43.08 | 0.94 | 0.67 |
| Hex | FA | CE | 5E | 0 | 12 | 3E | 2 | 2B | 5E | 43 |
| Octal | 372 | 316 | 136 | 0 | 22 | 76 | 2 | 53 | 136 | 103 |
| Binary | 11111010 | 11001110 | 1011110 | 0 | 10010 | 111110 | 10 | 101011 | 1011110 | 1000011 |
Color Harmonies of #FACE5E
Complementary color
Monochromatic Colors of #FACE5E
Black with #FACE5E
Text Example
Text Example
White with #FACE5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACE5E; }
p { color: rgb(250,206,94); }
H1.HeaderClassName
{
color: #FACE5E;
}
.AnyTagClassName
{
color: #FACE5E;
}
</style>
background-color css
<style>
a { background-color: #FACE5E; }
a { background-color: rgb(250,206,94); }
div.DivClassName
{
background-color: #FACE5E;
}
.BgClassName
{
background-color: #FACE5E;
}
</style>
border-color css
<style>
span { border-color: #FACE5E; }
span { border-color: rgb(250,206,94); }
td.TdClassName
{
border-color: #FACE5E;
}
.TagClassName
{
border-color: #FACE5E;
}
</style>