Shades of Kournikova #FACC54
Tints of Kournikova #FACC54
RGB
CMYK
RGB Variations
Color information
#FACC54 (or 0xFACC54) is known color: Kournikova. HEX triplet: FA, CC and 54. RGB value is (250,204,84). Sum of RGB (Red+Green+Blue) = 250+204+84=538 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.47% from 538); Green value is 204 (80.08% from 255 or 37.92% from 538); Blue value is 84 (33.20% from 255 or 15.61% from 538); Max value from RGB is 250 - color contains mainly: red. Hex color #FACC54 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FACC54 is #0533AB. Grayscale: #CCCCCC. Windows color (decimal): -340908 or 5557498. OLE color: 5557498.
HSL color Cylindrical-coordinate representation of color #FACC54: hue angle of 43.37º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FACC54 is Cyan = 0, Magento = 0.18, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 204 | 84 | - |
| CMYK | 0 | 0.18 | 0.66 | 0.02 |
| HSL | 43.37º | 0.94% | 0.65% | - |
| HSV(B) | 43.37º | 0.66% | 0.98% | - |
| XYZ | 62.62 | 64.15 | 17.47 | - |
| YUV | 204.07 | 60.24 | 160.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 204 | 84 | 0 | 0.18 | 0.66 | 0.02 | 43.37 | 0.94 | 0.65 |
| Hex | FA | CC | 54 | 0 | 12 | 42 | 2 | 2B | 5E | 41 |
| Octal | 372 | 314 | 124 | 0 | 22 | 102 | 2 | 53 | 136 | 101 |
| Binary | 11111010 | 11001100 | 1010100 | 0 | 10010 | 1000010 | 10 | 101011 | 1011110 | 1000001 |
Color Harmonies of #FACC54
Complementary color
Monochromatic Colors of #FACC54
Black with #FACC54
Text Example
Text Example
White with #FACC54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACC54; }
p { color: rgb(250,204,84); }
H1.HeaderClassName
{
color: #FACC54;
}
.AnyTagClassName
{
color: #FACC54;
}
</style>
background-color css
<style>
a { background-color: #FACC54; }
a { background-color: rgb(250,204,84); }
div.DivClassName
{
background-color: #FACC54;
}
.BgClassName
{
background-color: #FACC54;
}
</style>
border-color css
<style>
span { border-color: #FACC54; }
span { border-color: rgb(250,204,84); }
td.TdClassName
{
border-color: #FACC54;
}
.TagClassName
{
border-color: #FACC54;
}
</style>