Shades of Kournikova #FACB4D
Tints of Kournikova #FACB4D
RGB
CMYK
RGB Variations
Color information
#FACB4D (or 0xFACB4D) is known color: Kournikova. HEX triplet: FA, CB and 4D. RGB value is (250,203,77). Sum of RGB (Red+Green+Blue) = 250+203+77=530 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.17% from 530); Green value is 203 (79.69% from 255 or 38.30% from 530); Blue value is 77 (30.47% from 255 or 14.53% from 530); Max value from RGB is 250 - color contains mainly: red. Hex color #FACB4D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FACB4D is #0534B2. Grayscale: #CBCBCB. Windows color (decimal): -341171 or 5098490. OLE color: 5098490.
HSL color Cylindrical-coordinate representation of color #FACB4D: hue angle of 43.7º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FACB4D is Cyan = 0, Magento = 0.19, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 203 | 77 | - |
| CMYK | 0 | 0.19 | 0.69 | 0.02 |
| HSL | 43.7º | 0.95% | 0.64% | - |
| HSV(B) | 43.7º | 0.69% | 0.98% | - |
| XYZ | 62.12 | 63.57 | 16.02 | - |
| YUV | 202.69 | 57.07 | 161.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 203 | 77 | 0 | 0.19 | 0.69 | 0.02 | 43.7 | 0.95 | 0.64 |
| Hex | FA | CB | 4D | 0 | 13 | 45 | 2 | 2C | 5F | 40 |
| Octal | 372 | 313 | 115 | 0 | 23 | 105 | 2 | 54 | 137 | 100 |
| Binary | 11111010 | 11001011 | 1001101 | 0 | 10011 | 1000101 | 10 | 101100 | 1011111 | 1000000 |
Color Harmonies of #FACB4D
Complementary color
Monochromatic Colors of #FACB4D
Black with #FACB4D
Text Example
Text Example
White with #FACB4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACB4D; }
p { color: rgb(250,203,77); }
H1.HeaderClassName
{
color: #FACB4D;
}
.AnyTagClassName
{
color: #FACB4D;
}
</style>
background-color css
<style>
a { background-color: #FACB4D; }
a { background-color: rgb(250,203,77); }
div.DivClassName
{
background-color: #FACB4D;
}
.BgClassName
{
background-color: #FACB4D;
}
</style>
border-color css
<style>
span { border-color: #FACB4D; }
span { border-color: rgb(250,203,77); }
td.TdClassName
{
border-color: #FACB4D;
}
.TagClassName
{
border-color: #FACB4D;
}
</style>