Shades of Kournikova #FACE5C
Tints of Kournikova #FACE5C
RGB
CMYK
RGB Variations
Color information
#FACE5C (or 0xFACE5C) is known color: Kournikova. HEX triplet: FA, CE and 5C. RGB value is (250,206,92). Sum of RGB (Red+Green+Blue) = 250+206+92=548 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.62% from 548); Green value is 206 (80.86% from 255 or 37.59% from 548); Blue value is 92 (36.33% from 255 or 16.79% from 548); Max value from RGB is 250 - color contains mainly: red. Hex color #FACE5C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FACE5C is #0531A3. Grayscale: #CECECE. Windows color (decimal): -340388 or 6082298. OLE color: 6082298.
HSL color Cylindrical-coordinate representation of color #FACE5C: hue angle of 43.29º 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 #FACE5C is Cyan = 0, Magento = 0.18, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 206 | 92 | - |
| CMYK | 0 | 0.18 | 0.63 | 0.02 |
| HSL | 43.29º | 0.94% | 0.67% | - |
| HSV(B) | 43.29º | 0.63% | 0.98% | - |
| XYZ | 63.43 | 65.24 | 19.37 | - |
| YUV | 206.16 | 63.58 | 159.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 206 | 92 | 0 | 0.18 | 0.63 | 0.02 | 43.29 | 0.94 | 0.67 |
| Hex | FA | CE | 5C | 0 | 12 | 3F | 2 | 2B | 5E | 43 |
| Octal | 372 | 316 | 134 | 0 | 22 | 77 | 2 | 53 | 136 | 103 |
| Binary | 11111010 | 11001110 | 1011100 | 0 | 10010 | 111111 | 10 | 101011 | 1011110 | 1000011 |
Color Harmonies of #FACE5C
Complementary color
Monochromatic Colors of #FACE5C
Black with #FACE5C
Text Example
Text Example
White with #FACE5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACE5C; }
p { color: rgb(250,206,92); }
H1.HeaderClassName
{
color: #FACE5C;
}
.AnyTagClassName
{
color: #FACE5C;
}
</style>
background-color css
<style>
a { background-color: #FACE5C; }
a { background-color: rgb(250,206,92); }
div.DivClassName
{
background-color: #FACE5C;
}
.BgClassName
{
background-color: #FACE5C;
}
</style>
border-color css
<style>
span { border-color: #FACE5C; }
span { border-color: rgb(250,206,92); }
td.TdClassName
{
border-color: #FACE5C;
}
.TagClassName
{
border-color: #FACE5C;
}
</style>