Html Css Color HEX #F1E98A Khaki

📋 copy color: '#F1E98A'

red 241 ◦ green 233 ◦ blue 138

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

Shades of Khaki #F1E98A

Tints of Khaki #F1E98A

RGB

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

 GREEN value IS 233 (91.41% from 255) = 38.07%

 BLUE value IS 138 (54.3% from 255) = 22.55%

R = 39.38%
G = 38.07%
B = 22.55%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.43

 K value IS 0.05

RGB Variations

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

Color information

#F1E98A (or 0xF1E98A) is known color: Khaki. HEX triplet: F1, E9 and 8A. RGB value is (241,233,138). Sum of RGB (Red+Green+Blue) = 241+233+138=612 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.38% from 612); Green value is 233 (91.41% from 255 or 38.07% from 612); Blue value is 138 (54.30% from 255 or 22.55% from 612); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E98A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1E98A is #0E1675. Grayscale: #E0E0E0. Windows color (decimal): -923254 or 9103857. OLE color: 9103857.

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

Color convert

RGB 241 233 138 -
CMYK 0 0.03 0.43 0.05
HSL 55.34º 0.79% 0.74% -
HSV(B) 55.34º 0.43% 0.95% -
XYZ 70 78.81 35.57 -
YUV 224.56 79.15 139.72 -
System Red Green Blue C M Y K H S L
Decimal 241 233 138 0 0.03 0.43 0.05 55.34 0.79 0.74
Hex F1 E9 8A 0 3 2B 5 37 4F 4A
Octal 361 351 212 0 3 53 5 67 117 112
Binary 11110001 11101001 10001010 0 11 101011 101 110111 1001111 1001010

Color Harmonies of #F1E98A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1E98A

Black with #F1E98A

Text Example


Text Example

White with #F1E98A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1E98A; }

 p { color: rgb(241,233,138); }

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

background-color css

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

 a { background-color: rgb(241,233,138); }

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

border-color css

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

 span { border-color: rgb(241,233,138); }

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