Html Css Color HEX #F1E486 Khaki

📋 copy color: '#F1E486'

red 241 ◦ green 228 ◦ blue 134

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

Shades of Khaki #F1E486

Tints of Khaki #F1E486

RGB

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

 GREEN value IS 228 (89.45% from 255) = 37.81%

 BLUE value IS 134 (52.73% from 255) = 22.22%

R = 39.97%
G = 37.81%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.44

 K value IS 0.05

RGB Variations

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

Color information

#F1E486 (or 0xF1E486) is known color: Khaki. HEX triplet: F1, E4 and 86. RGB value is (241,228,134). Sum of RGB (Red+Green+Blue) = 241+228+134=603 (79% of max value = 765). Red value is 241 (94.53% from 255 or 39.97% from 603); Green value is 228 (89.45% from 255 or 37.81% from 603); Blue value is 134 (52.73% from 255 or 22.22% from 603); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E486 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1E486 is #0E1B79. Grayscale: #DDDDDD. Windows color (decimal): -924538 or 8840433. OLE color: 8840433.

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

Color convert

RGB 241 228 134 -
CMYK 0 0.05 0.44 0.05
HSL 52.71º 0.79% 0.74% -
HSV(B) 52.71º 0.44% 0.95% -
XYZ 68.32 75.91 33.61 -
YUV 221.17 78.81 142.14 -
System Red Green Blue C M Y K H S L
Decimal 241 228 134 0 0.05 0.44 0.05 52.71 0.79 0.74
Hex F1 E4 86 0 5 2C 5 35 4F 4A
Octal 361 344 206 0 5 54 5 65 117 112
Binary 11110001 11100100 10000110 0 101 101100 101 110101 1001111 1001010

Color Harmonies of #F1E486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1E486

Black with #F1E486

Text Example


Text Example

White with #F1E486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1E486; }

 p { color: rgb(241,228,134); }

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

background-color css

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

 a { background-color: rgb(241,228,134); }

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

border-color css

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

 span { border-color: rgb(241,228,134); }

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