Shades of Kournikova #FACE4A
Tints of Kournikova #FACE4A
RGB
CMYK
RGB Variations
Color information
#FACE4A (or 0xFACE4A) is known color: Kournikova. HEX triplet: FA, CE and 4A. RGB value is (250,206,74). Sum of RGB (Red+Green+Blue) = 250+206+74=530 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.17% from 530); Green value is 206 (80.86% from 255 or 38.87% from 530); Blue value is 74 (29.30% from 255 or 13.96% from 530); Max value from RGB is 250 - color contains mainly: red. Hex color #FACE4A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FACE4A is #0531B5. Grayscale: #CCCCCC. Windows color (decimal): -340406 or 4902650. OLE color: 4902650.
HSL color Cylindrical-coordinate representation of color #FACE4A: hue angle of 45º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FACE4A is Cyan = 0, Magento = 0.18, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 206 | 74 | - |
| CMYK | 0 | 0.18 | 0.70 | 0.02 |
| HSL | 45º | 0.95% | 0.64% | - |
| HSV(B) | 45º | 0.7% | 0.98% | - |
| XYZ | 62.73 | 64.96 | 15.71 | - |
| YUV | 204.11 | 54.58 | 160.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 206 | 74 | 0 | 0.18 | 0.70 | 0.02 | 45 | 0.95 | 0.64 |
| Hex | FA | CE | 4A | 0 | 12 | 46 | 2 | 2D | 5F | 40 |
| Octal | 372 | 316 | 112 | 0 | 22 | 106 | 2 | 55 | 137 | 100 |
| Binary | 11111010 | 11001110 | 1001010 | 0 | 10010 | 1000110 | 10 | 101101 | 1011111 | 1000000 |
Color Harmonies of #FACE4A
Complementary color
Monochromatic Colors of #FACE4A
Black with #FACE4A
Text Example
Text Example
White with #FACE4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACE4A; }
p { color: rgb(250,206,74); }
H1.HeaderClassName
{
color: #FACE4A;
}
.AnyTagClassName
{
color: #FACE4A;
}
</style>
background-color css
<style>
a { background-color: #FACE4A; }
a { background-color: rgb(250,206,74); }
div.DivClassName
{
background-color: #FACE4A;
}
.BgClassName
{
background-color: #FACE4A;
}
</style>
border-color css
<style>
span { border-color: #FACE4A; }
span { border-color: rgb(250,206,74); }
td.TdClassName
{
border-color: #FACE4A;
}
.TagClassName
{
border-color: #FACE4A;
}
</style>