Shades of Kournikova #FACB44
Tints of Kournikova #FACB44
RGB
CMYK
RGB Variations
Color information
#FACB44 (or 0xFACB44) is known color: Kournikova. HEX triplet: FA, CB and 44. RGB value is (250,203,68). Sum of RGB (Red+Green+Blue) = 250+203+68=521 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.98% from 521); Green value is 203 (79.69% from 255 or 38.96% from 521); Blue value is 68 (26.95% from 255 or 13.05% from 521); Max value from RGB is 250 - color contains mainly: red. Hex color #FACB44 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FACB44 is #0534BB. Grayscale: #CACACA. Windows color (decimal): -341180 or 4508666. OLE color: 4508666.
HSL color Cylindrical-coordinate representation of color #FACB44: hue angle of 44.51º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FACB44 is Cyan = 0, Magento = 0.19, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 203 | 68 | - |
| CMYK | 0 | 0.19 | 0.73 | 0.02 |
| HSL | 44.51º | 0.95% | 0.62% | - |
| HSV(B) | 44.51º | 0.73% | 0.98% | - |
| XYZ | 61.82 | 63.45 | 14.46 | - |
| YUV | 201.66 | 52.57 | 162.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 203 | 68 | 0 | 0.19 | 0.73 | 0.02 | 44.51 | 0.95 | 0.62 |
| Hex | FA | CB | 44 | 0 | 13 | 49 | 2 | 2D | 5F | 3E |
| Octal | 372 | 313 | 104 | 0 | 23 | 111 | 2 | 55 | 137 | 76 |
| Binary | 11111010 | 11001011 | 1000100 | 0 | 10011 | 1001001 | 10 | 101101 | 1011111 | 111110 |
Color Harmonies of #FACB44
Complementary color
Monochromatic Colors of #FACB44
Black with #FACB44
Text Example
Text Example
White with #FACB44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACB44; }
p { color: rgb(250,203,68); }
H1.HeaderClassName
{
color: #FACB44;
}
.AnyTagClassName
{
color: #FACB44;
}
</style>
background-color css
<style>
a { background-color: #FACB44; }
a { background-color: rgb(250,203,68); }
div.DivClassName
{
background-color: #FACB44;
}
.BgClassName
{
background-color: #FACB44;
}
</style>
border-color css
<style>
span { border-color: #FACB44; }
span { border-color: rgb(250,203,68); }
td.TdClassName
{
border-color: #FACB44;
}
.TagClassName
{
border-color: #FACB44;
}
</style>