Shades of Khaki #F3E78C
Tints of Khaki #F3E78C
RGB
CMYK
RGB Variations
Color information
#F3E78C (or 0xF3E78C) is known color: Khaki. HEX triplet: F3, E7 and 8C. RGB value is (243,231,140). Sum of RGB (Red+Green+Blue) = 243+231+140=614 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.58% from 614); Green value is 231 (90.62% from 255 or 37.62% from 614); Blue value is 140 (55.08% from 255 or 22.80% from 614); Max value from RGB is 243 - color contains mainly: red. Hex color #F3E78C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F3E78C is #0C1873. Grayscale: #E0E0E0. Windows color (decimal): -792692 or 9234419. OLE color: 9234419.
HSL color Cylindrical-coordinate representation of color #F3E78C: hue angle of 53.01º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F3E78C is Cyan = 0, Magento = 0.05, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 231 | 140 | - |
| CMYK | 0 | 0.05 | 0.42 | 0.05 |
| HSL | 53.01º | 0.81% | 0.75% | - |
| HSV(B) | 53.01º | 0.42% | 0.95% | - |
| XYZ | 70.27 | 78.1 | 36.18 | - |
| YUV | 224.21 | 80.48 | 141.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 231 | 140 | 0 | 0.05 | 0.42 | 0.05 | 53.01 | 0.81 | 0.75 |
| Hex | F3 | E7 | 8C | 0 | 5 | 2A | 5 | 35 | 51 | 4B |
| Octal | 363 | 347 | 214 | 0 | 5 | 52 | 5 | 65 | 121 | 113 |
| Binary | 11110011 | 11100111 | 10001100 | 0 | 101 | 101010 | 101 | 110101 | 1010001 | 1001011 |
Color Harmonies of #F3E78C
Complementary color
Monochromatic Colors of #F3E78C
Black with #F3E78C
Text Example
Text Example
White with #F3E78C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3E78C; }
p { color: rgb(243,231,140); }
H1.HeaderClassName
{
color: #F3E78C;
}
.AnyTagClassName
{
color: #F3E78C;
}
</style>
background-color css
<style>
a { background-color: #F3E78C; }
a { background-color: rgb(243,231,140); }
div.DivClassName
{
background-color: #F3E78C;
}
.BgClassName
{
background-color: #F3E78C;
}
</style>
border-color css
<style>
span { border-color: #F3E78C; }
span { border-color: rgb(243,231,140); }
td.TdClassName
{
border-color: #F3E78C;
}
.TagClassName
{
border-color: #F3E78C;
}
</style>