Shades of Khaki #F3E28B
Tints of Khaki #F3E28B
RGB
CMYK
RGB Variations
Color information
#F3E28B (or 0xF3E28B) is known color: Khaki. HEX triplet: F3, E2 and 8B. RGB value is (243,226,139). Sum of RGB (Red+Green+Blue) = 243+226+139=608 (80% of max value = 765). Red value is 243 (95.31% from 255 or 39.97% from 608); Green value is 226 (88.67% from 255 or 37.17% from 608); Blue value is 139 (54.69% from 255 or 22.86% from 608); Max value from RGB is 243 - color contains mainly: red. Hex color #F3E28B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3E28B is #0C1D74. Grayscale: #DDDDDD. Windows color (decimal): -793973 or 9167603. OLE color: 9167603.
HSL color Cylindrical-coordinate representation of color #F3E28B: hue angle of 50.19º 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 #F3E28B is Cyan = 0, Magento = 0.07, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 226 | 139 | - |
| CMYK | 0 | 0.07 | 0.43 | 0.05 |
| HSL | 50.19º | 0.81% | 0.75% | - |
| HSV(B) | 50.19º | 0.43% | 0.95% | - |
| XYZ | 68.82 | 75.31 | 35.34 | - |
| YUV | 221.17 | 81.63 | 143.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 226 | 139 | 0 | 0.07 | 0.43 | 0.05 | 50.19 | 0.81 | 0.75 |
| Hex | F3 | E2 | 8B | 0 | 7 | 2B | 5 | 32 | 51 | 4B |
| Octal | 363 | 342 | 213 | 0 | 7 | 53 | 5 | 62 | 121 | 113 |
| Binary | 11110011 | 11100010 | 10001011 | 0 | 111 | 101011 | 101 | 110010 | 1010001 | 1001011 |
Color Harmonies of #F3E28B
Complementary color
Monochromatic Colors of #F3E28B
Black with #F3E28B
Text Example
Text Example
White with #F3E28B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3E28B; }
p { color: rgb(243,226,139); }
H1.HeaderClassName
{
color: #F3E28B;
}
.AnyTagClassName
{
color: #F3E28B;
}
</style>
background-color css
<style>
a { background-color: #F3E28B; }
a { background-color: rgb(243,226,139); }
div.DivClassName
{
background-color: #F3E28B;
}
.BgClassName
{
background-color: #F3E28B;
}
</style>
border-color css
<style>
span { border-color: #F3E28B; }
span { border-color: rgb(243,226,139); }
td.TdClassName
{
border-color: #F3E28B;
}
.TagClassName
{
border-color: #F3E28B;
}
</style>