Shades of Kournikova #FACE5D
Tints of Kournikova #FACE5D
RGB
CMYK
RGB Variations
Color information
#FACE5D (or 0xFACE5D) is known color: Kournikova. HEX triplet: FA, CE and 5D. RGB value is (250,206,93). Sum of RGB (Red+Green+Blue) = 250+206+93=549 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.54% from 549); Green value is 206 (80.86% from 255 or 37.52% from 549); Blue value is 93 (36.72% from 255 or 16.94% from 549); Max value from RGB is 250 - color contains mainly: red. Hex color #FACE5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FACE5D is #0531A2. Grayscale: #CECECE. Windows color (decimal): -340387 or 6147834. OLE color: 6147834.
HSL color Cylindrical-coordinate representation of color #FACE5D: hue angle of 43.18º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FACE5D is Cyan = 0, Magento = 0.18, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 206 | 93 | - |
| CMYK | 0 | 0.18 | 0.63 | 0.02 |
| HSL | 43.18º | 0.94% | 0.67% | - |
| HSV(B) | 43.18º | 0.63% | 0.98% | - |
| XYZ | 63.47 | 65.26 | 19.61 | - |
| YUV | 206.27 | 64.08 | 159.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 206 | 93 | 0 | 0.18 | 0.63 | 0.02 | 43.18 | 0.94 | 0.67 |
| Hex | FA | CE | 5D | 0 | 12 | 3F | 2 | 2B | 5E | 43 |
| Octal | 372 | 316 | 135 | 0 | 22 | 77 | 2 | 53 | 136 | 103 |
| Binary | 11111010 | 11001110 | 1011101 | 0 | 10010 | 111111 | 10 | 101011 | 1011110 | 1000011 |
Color Harmonies of #FACE5D
Complementary color
Monochromatic Colors of #FACE5D
Black with #FACE5D
Text Example
Text Example
White with #FACE5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACE5D; }
p { color: rgb(250,206,93); }
H1.HeaderClassName
{
color: #FACE5D;
}
.AnyTagClassName
{
color: #FACE5D;
}
</style>
background-color css
<style>
a { background-color: #FACE5D; }
a { background-color: rgb(250,206,93); }
div.DivClassName
{
background-color: #FACE5D;
}
.BgClassName
{
background-color: #FACE5D;
}
</style>
border-color css
<style>
span { border-color: #FACE5D; }
span { border-color: rgb(250,206,93); }
td.TdClassName
{
border-color: #FACE5D;
}
.TagClassName
{
border-color: #FACE5D;
}
</style>