Shades of Khaki #F3E58A
Tints of Khaki #F3E58A
RGB
CMYK
RGB Variations
Color information
#F3E58A (or 0xF3E58A) is known color: Khaki. HEX triplet: F3, E5 and 8A. RGB value is (243,229,138). Sum of RGB (Red+Green+Blue) = 243+229+138=610 (80% of max value = 765). Red value is 243 (95.31% from 255 or 39.84% from 610); Green value is 229 (89.84% from 255 or 37.54% from 610); Blue value is 138 (54.30% from 255 or 22.62% from 610); Max value from RGB is 243 - color contains mainly: red. Hex color #F3E58A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3E58A is #0C1A75. Grayscale: #DFDFDF. Windows color (decimal): -793206 or 9102835. OLE color: 9102835.
HSL color Cylindrical-coordinate representation of color #F3E58A: hue angle of 52º 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 #F3E58A is Cyan = 0, Magento = 0.06, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 229 | 138 | - |
| CMYK | 0 | 0.06 | 0.43 | 0.05 |
| HSL | 52º | 0.81% | 0.75% | - |
| HSV(B) | 52º | 0.43% | 0.95% | - |
| XYZ | 69.57 | 76.93 | 35.23 | - |
| YUV | 222.81 | 80.14 | 142.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 229 | 138 | 0 | 0.06 | 0.43 | 0.05 | 52 | 0.81 | 0.75 |
| Hex | F3 | E5 | 8A | 0 | 6 | 2B | 5 | 34 | 51 | 4B |
| Octal | 363 | 345 | 212 | 0 | 6 | 53 | 5 | 64 | 121 | 113 |
| Binary | 11110011 | 11100101 | 10001010 | 0 | 110 | 101011 | 101 | 110100 | 1010001 | 1001011 |
Color Harmonies of #F3E58A
Complementary color
Monochromatic Colors of #F3E58A
Black with #F3E58A
Text Example
Text Example
White with #F3E58A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3E58A; }
p { color: rgb(243,229,138); }
H1.HeaderClassName
{
color: #F3E58A;
}
.AnyTagClassName
{
color: #F3E58A;
}
</style>
background-color css
<style>
a { background-color: #F3E58A; }
a { background-color: rgb(243,229,138); }
div.DivClassName
{
background-color: #F3E58A;
}
.BgClassName
{
background-color: #F3E58A;
}
</style>
border-color css
<style>
span { border-color: #F3E58A; }
span { border-color: rgb(243,229,138); }
td.TdClassName
{
border-color: #F3E58A;
}
.TagClassName
{
border-color: #F3E58A;
}
</style>