Html Css Color HEX #F4ED8D Khaki

📋 copy color: '#F4ED8D'

red 244 ◦ green 237 ◦ blue 141

#F4ED8D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Khaki #F4ED8D

Tints of Khaki #F4ED8D

RGB

 RED value IS 244 (95.7% from 255) = 39.23%

 GREEN value IS 237 (92.97% from 255) = 38.1%

 BLUE value IS 141 (55.47% from 255) = 22.67%

R = 39.23%
G = 38.1%
B = 22.67%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.42

 K value IS 0.04

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#F4ED8D (or 0xF4ED8D) is known color: Khaki. HEX triplet: F4, ED and 8D. RGB value is (244,237,141). Sum of RGB (Red+Green+Blue) = 244+237+141=622 (82% of max value = 765). Red value is 244 (95.70% from 255 or 39.23% from 622); Green value is 237 (92.97% from 255 or 38.10% from 622); Blue value is 141 (55.47% from 255 or 22.67% from 622); Max value from RGB is 244 - color contains mainly: red. Hex color #F4ED8D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F4ED8D is #0B1272. Grayscale: #E4E4E4. Windows color (decimal): -725619 or 9301492. OLE color: 9301492.

HSL color Cylindrical-coordinate representation of color #F4ED8D: hue angle of 55.92º degrees, saturation: 0.82, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F4ED8D is Cyan = 0, Magento = 0.03, Yellow = 0.42 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 237 141 -
CMYK 0 0.03 0.42 0.04
HSL 55.92º 0.82% 0.75% -
HSV(B) 55.92º 0.42% 0.96% -
XYZ 72.4 81.72 37.16 -
YUV 228.15 78.82 139.31 -
System Red Green Blue C M Y K H S L
Decimal 244 237 141 0 0.03 0.42 0.04 55.92 0.82 0.75
Hex F4 ED 8D 0 3 2A 4 38 52 4B
Octal 364 355 215 0 3 52 4 70 122 113
Binary 11110100 11101101 10001101 0 11 101010 100 111000 1010010 1001011

Color Harmonies of #F4ED8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4ED8D

Black with #F4ED8D

Text Example


Text Example

White with #F4ED8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4ED8D; }

 p { color: rgb(244,237,141); }

 H1.HeaderClassName
 {
   color: #F4ED8D;
 }
 .AnyTagClassName
 {
   color: #F4ED8D;
 }
</style>

background-color css

<style>
 a { background-color: #F4ED8D; }

 a { background-color: rgb(244,237,141); }

 div.DivClassName
 {
   background-color: #F4ED8D;
 }
 .BgClassName
 {
   background-color: #F4ED8D;
 }
</style>

border-color css

<style>
 span { border-color: #F4ED8D; }

 span { border-color: rgb(244,237,141); }

 td.TdClassName
 {
   border-color: #F4ED8D;
 }
 .TagClassName
 {
   border-color: #F4ED8D;
 }
</style>