Html Css Color HEX #F1DF8C Khaki

📋 copy color: '#F1DF8C'

red 241 ◦ green 223 ◦ blue 140

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

Shades of Khaki #F1DF8C

Tints of Khaki #F1DF8C

RGB

 RED value IS 241 (94.53% from 255) = 39.9%

 GREEN value IS 223 (87.5% from 255) = 36.92%

 BLUE value IS 140 (55.08% from 255) = 23.18%

R = 39.9%
G = 36.92%
B = 23.18%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.42

 K value IS 0.05

RGB Variations

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

Color information

#F1DF8C (or 0xF1DF8C) is known color: Khaki. HEX triplet: F1, DF and 8C. RGB value is (241,223,140). Sum of RGB (Red+Green+Blue) = 241+223+140=604 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.90% from 604); Green value is 223 (87.5% from 255 or 36.92% from 604); Blue value is 140 (55.08% from 255 or 23.18% from 604); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DF8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1DF8C is #0E2073. Grayscale: #DBDBDB. Windows color (decimal): -925812 or 9232369. OLE color: 9232369.

HSL color Cylindrical-coordinate representation of color #F1DF8C: hue angle of 49.31º degrees, saturation: 0.78, 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 #F1DF8C is Cyan = 0, Magento = 0.07, Yellow = 0.42 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 223 140 -
CMYK 0 0.07 0.42 0.05
HSL 49.31º 0.78% 0.75% -
HSV(B) 49.31º 0.42% 0.95% -
XYZ 67.4 73.37 35.42 -
YUV 218.92 83.46 143.75 -
System Red Green Blue C M Y K H S L
Decimal 241 223 140 0 0.07 0.42 0.05 49.31 0.78 0.75
Hex F1 DF 8C 0 7 2A 5 31 4E 4B
Octal 361 337 214 0 7 52 5 61 116 113
Binary 11110001 11011111 10001100 0 111 101010 101 110001 1001110 1001011

Color Harmonies of #F1DF8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1DF8C

Black with #F1DF8C

Text Example


Text Example

White with #F1DF8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1DF8C; }

 p { color: rgb(241,223,140); }

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

background-color css

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

 a { background-color: rgb(241,223,140); }

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

border-color css

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

 span { border-color: rgb(241,223,140); }

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