Html Css Color HEX #F2DF8E Khaki

📋 copy color: '#F2DF8E'

red 242 ◦ green 223 ◦ blue 142

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

Shades of Khaki #F2DF8E

Tints of Khaki #F2DF8E

RGB

 RED value IS 242 (94.92% from 255) = 39.87%

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

 BLUE value IS 142 (55.86% from 255) = 23.39%

R = 39.87%
G = 36.74%
B = 23.39%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.41

 K value IS 0.05

RGB Variations

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

Color information

#F2DF8E (or 0xF2DF8E) is known color: Khaki. HEX triplet: F2, DF and 8E. RGB value is (242,223,142). Sum of RGB (Red+Green+Blue) = 242+223+142=607 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.87% from 607); Green value is 223 (87.5% from 255 or 36.74% from 607); Blue value is 142 (55.86% from 255 or 23.39% from 607); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DF8E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2DF8E is #0D2071. Grayscale: #DBDBDB. Windows color (decimal): -860274 or 9363442. OLE color: 9363442.

HSL color Cylindrical-coordinate representation of color #F2DF8E: hue angle of 48.6º degrees, saturation: 0.79, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F2DF8E is Cyan = 0, Magento = 0.08, Yellow = 0.41 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 223 142 -
CMYK 0 0.08 0.41 0.05
HSL 48.6º 0.79% 0.75% -
HSV(B) 48.6º 0.41% 0.95% -
XYZ 67.89 73.61 36.22 -
YUV 219.45 84.29 144.09 -
System Red Green Blue C M Y K H S L
Decimal 242 223 142 0 0.08 0.41 0.05 48.6 0.79 0.75
Hex F2 DF 8E 0 8 29 5 31 4F 4B
Octal 362 337 216 0 10 51 5 61 117 113
Binary 11110010 11011111 10001110 0 1000 101001 101 110001 1001111 1001011

Color Harmonies of #F2DF8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2DF8E

Black with #F2DF8E

Text Example


Text Example

White with #F2DF8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2DF8E; }

 p { color: rgb(242,223,142); }

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

background-color css

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

 a { background-color: rgb(242,223,142); }

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

border-color css

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

 span { border-color: rgb(242,223,142); }

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