Shades of Khaki #F3E08C
Tints of Khaki #F3E08C
RGB
CMYK
RGB Variations
Color information
#F3E08C (or 0xF3E08C) is known color: Khaki. HEX triplet: F3, E0 and 8C. RGB value is (243,224,140). Sum of RGB (Red+Green+Blue) = 243+224+140=607 (80% of max value = 765). Red value is 243 (95.31% from 255 or 40.03% from 607); Green value is 224 (87.89% from 255 or 36.90% from 607); Blue value is 140 (55.08% from 255 or 23.06% from 607); Max value from RGB is 243 - color contains mainly: red. Hex color #F3E08C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3E08C is #0C1F73. Grayscale: #DCDCDC. Windows color (decimal): -794484 or 9232627. OLE color: 9232627.
HSL color Cylindrical-coordinate representation of color #F3E08C: hue angle of 48.93º 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 #F3E08C is Cyan = 0, Magento = 0.08, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 224 | 140 | - |
| CMYK | 0 | 0.08 | 0.42 | 0.05 |
| HSL | 48.93º | 0.81% | 0.75% | - |
| HSV(B) | 48.93º | 0.42% | 0.95% | - |
| XYZ | 68.35 | 74.26 | 35.54 | - |
| YUV | 220.11 | 82.79 | 144.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 224 | 140 | 0 | 0.08 | 0.42 | 0.05 | 48.93 | 0.81 | 0.75 |
| Hex | F3 | E0 | 8C | 0 | 8 | 2A | 5 | 31 | 51 | 4B |
| Octal | 363 | 340 | 214 | 0 | 10 | 52 | 5 | 61 | 121 | 113 |
| Binary | 11110011 | 11100000 | 10001100 | 0 | 1000 | 101010 | 101 | 110001 | 1010001 | 1001011 |
Color Harmonies of #F3E08C
Complementary color
Monochromatic Colors of #F3E08C
Black with #F3E08C
Text Example
Text Example
White with #F3E08C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3E08C; }
p { color: rgb(243,224,140); }
H1.HeaderClassName
{
color: #F3E08C;
}
.AnyTagClassName
{
color: #F3E08C;
}
</style>
background-color css
<style>
a { background-color: #F3E08C; }
a { background-color: rgb(243,224,140); }
div.DivClassName
{
background-color: #F3E08C;
}
.BgClassName
{
background-color: #F3E08C;
}
</style>
border-color css
<style>
span { border-color: #F3E08C; }
span { border-color: rgb(243,224,140); }
td.TdClassName
{
border-color: #F3E08C;
}
.TagClassName
{
border-color: #F3E08C;
}
</style>