Html Css Color HEX #F1E28C Khaki

📋 copy color: '#F1E28C'

red 241 ◦ green 226 ◦ blue 140

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

Shades of Khaki #F1E28C

Tints of Khaki #F1E28C

RGB

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

 GREEN value IS 226 (88.67% from 255) = 37.23%

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

R = 39.7%
G = 37.23%
B = 23.06%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.42

 K value IS 0.05

RGB Variations

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

Color information

#F1E28C (or 0xF1E28C) is known color: Khaki. HEX triplet: F1, E2 and 8C. RGB value is (241,226,140). Sum of RGB (Red+Green+Blue) = 241+226+140=607 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.70% from 607); Green value is 226 (88.67% from 255 or 37.23% from 607); Blue value is 140 (55.08% from 255 or 23.06% from 607); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E28C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1E28C is #0E1D73. Grayscale: #DDDDDD. Windows color (decimal): -925044 or 9233137. OLE color: 9233137.

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

Color convert

RGB 241 226 140 -
CMYK 0 0.06 0.42 0.05
HSL 51.09º 0.78% 0.75% -
HSV(B) 51.09º 0.42% 0.95% -
XYZ 68.21 74.99 35.69 -
YUV 220.68 82.47 142.49 -
System Red Green Blue C M Y K H S L
Decimal 241 226 140 0 0.06 0.42 0.05 51.09 0.78 0.75
Hex F1 E2 8C 0 6 2A 5 33 4E 4B
Octal 361 342 214 0 6 52 5 63 116 113
Binary 11110001 11100010 10001100 0 110 101010 101 110011 1001110 1001011

Color Harmonies of #F1E28C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1E28C

Black with #F1E28C

Text Example


Text Example

White with #F1E28C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1E28C; }

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

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

background-color css

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

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

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

border-color css

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

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

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