Html Css Color HEX #F1E68F Khaki

📋 copy color: '#F1E68F'

red 241 ◦ green 230 ◦ blue 143

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

Shades of Khaki #F1E68F

Tints of Khaki #F1E68F

RGB

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

 GREEN value IS 230 (90.23% from 255) = 37.46%

 BLUE value IS 143 (56.25% from 255) = 23.29%

R = 39.25%
G = 37.46%
B = 23.29%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.41

 K value IS 0.05

RGB Variations

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

Color information

#F1E68F (or 0xF1E68F) is known color: Khaki. HEX triplet: F1, E6 and 8F. RGB value is (241,230,143). Sum of RGB (Red+Green+Blue) = 241+230+143=614 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.25% from 614); Green value is 230 (90.23% from 255 or 37.46% from 614); Blue value is 143 (56.25% from 255 or 23.29% from 614); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E68F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1E68F is #0E1970. Grayscale: #DFDFDF. Windows color (decimal): -924017 or 9430769. OLE color: 9430769.

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

Color convert

RGB 241 230 143 -
CMYK 0 0.05 0.41 0.05
HSL 53.27º 0.78% 0.75% -
HSV(B) 53.27º 0.41% 0.95% -
XYZ 69.53 77.28 37.24 -
YUV 223.37 82.64 140.57 -
System Red Green Blue C M Y K H S L
Decimal 241 230 143 0 0.05 0.41 0.05 53.27 0.78 0.75
Hex F1 E6 8F 0 5 29 5 35 4E 4B
Octal 361 346 217 0 5 51 5 65 116 113
Binary 11110001 11100110 10001111 0 101 101001 101 110101 1001110 1001011

Color Harmonies of #F1E68F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1E68F

Black with #F1E68F

Text Example


Text Example

White with #F1E68F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1E68F; }

 p { color: rgb(241,230,143); }

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

background-color css

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

 a { background-color: rgb(241,230,143); }

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

border-color css

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

 span { border-color: rgb(241,230,143); }

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