Shades of Khaki #F3ED8B
Tints of Khaki #F3ED8B
RGB
CMYK
RGB Variations
Color information
#F3ED8B (or 0xF3ED8B) is known color: Khaki. HEX triplet: F3, ED and 8B. RGB value is (243,237,139). Sum of RGB (Red+Green+Blue) = 243+237+139=619 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.26% from 619); Green value is 237 (92.97% from 255 or 38.29% from 619); Blue value is 139 (54.69% from 255 or 22.46% from 619); Max value from RGB is 243 - color contains mainly: red. Hex color #F3ED8B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F3ED8B is #0C1274. Grayscale: #E4E4E4. Windows color (decimal): -791157 or 9170419. OLE color: 9170419.
HSL color Cylindrical-coordinate representation of color #F3ED8B: hue angle of 56.54º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F3ED8B is Cyan = 0, Magento = 0.02, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 237 | 139 | - |
| CMYK | 0 | 0.02 | 0.43 | 0.05 |
| HSL | 56.54º | 0.81% | 0.75% | - |
| HSV(B) | 56.54º | 0.43% | 0.95% | - |
| XYZ | 71.91 | 81.49 | 36.36 | - |
| YUV | 227.62 | 77.99 | 138.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 237 | 139 | 0 | 0.02 | 0.43 | 0.05 | 56.54 | 0.81 | 0.75 |
| Hex | F3 | ED | 8B | 0 | 2 | 2B | 5 | 39 | 51 | 4B |
| Octal | 363 | 355 | 213 | 0 | 2 | 53 | 5 | 71 | 121 | 113 |
| Binary | 11110011 | 11101101 | 10001011 | 0 | 10 | 101011 | 101 | 111001 | 1010001 | 1001011 |
Color Harmonies of #F3ED8B
Complementary color
Monochromatic Colors of #F3ED8B
Black with #F3ED8B
Text Example
Text Example
White with #F3ED8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3ED8B; }
p { color: rgb(243,237,139); }
H1.HeaderClassName
{
color: #F3ED8B;
}
.AnyTagClassName
{
color: #F3ED8B;
}
</style>
background-color css
<style>
a { background-color: #F3ED8B; }
a { background-color: rgb(243,237,139); }
div.DivClassName
{
background-color: #F3ED8B;
}
.BgClassName
{
background-color: #F3ED8B;
}
</style>
border-color css
<style>
span { border-color: #F3ED8B; }
span { border-color: rgb(243,237,139); }
td.TdClassName
{
border-color: #F3ED8B;
}
.TagClassName
{
border-color: #F3ED8B;
}
</style>