Shades of Khaki #FAEA85
Tints of Khaki #FAEA85
RGB
CMYK
RGB Variations
Color information
#FAEA85 (or 0xFAEA85) is known color: Khaki. HEX triplet: FA, EA and 85. RGB value is (250,234,133). Sum of RGB (Red+Green+Blue) = 250+234+133=617 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.52% from 617); Green value is 234 (91.80% from 255 or 37.93% from 617); Blue value is 133 (52.34% from 255 or 21.56% from 617); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEA85 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAEA85 is #05157A. Grayscale: #E3E3E3. Windows color (decimal): -333179 or 8776442. OLE color: 8776442.
HSL color Cylindrical-coordinate representation of color #FAEA85: hue angle of 51.79º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FAEA85 is Cyan = 0, Magento = 0.06, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 234 | 133 | - |
| CMYK | 0 | 0.06 | 0.47 | 0.02 |
| HSL | 51.79º | 0.92% | 0.75% | - |
| HSV(B) | 51.79º | 0.47% | 0.98% | - |
| XYZ | 73.08 | 80.86 | 33.95 | - |
| YUV | 227.27 | 74.8 | 144.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 234 | 133 | 0 | 0.06 | 0.47 | 0.02 | 51.79 | 0.92 | 0.75 |
| Hex | FA | EA | 85 | 0 | 6 | 2F | 2 | 34 | 5C | 4B |
| Octal | 372 | 352 | 205 | 0 | 6 | 57 | 2 | 64 | 134 | 113 |
| Binary | 11111010 | 11101010 | 10000101 | 0 | 110 | 101111 | 10 | 110100 | 1011100 | 1001011 |
Color Harmonies of #FAEA85
Complementary color
Monochromatic Colors of #FAEA85
Black with #FAEA85
Text Example
Text Example
White with #FAEA85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAEA85; }
p { color: rgb(250,234,133); }
H1.HeaderClassName
{
color: #FAEA85;
}
.AnyTagClassName
{
color: #FAEA85;
}
</style>
background-color css
<style>
a { background-color: #FAEA85; }
a { background-color: rgb(250,234,133); }
div.DivClassName
{
background-color: #FAEA85;
}
.BgClassName
{
background-color: #FAEA85;
}
</style>
border-color css
<style>
span { border-color: #FAEA85; }
span { border-color: rgb(250,234,133); }
td.TdClassName
{
border-color: #FAEA85;
}
.TagClassName
{
border-color: #FAEA85;
}
</style>