Html Css Color HEX #F1E295 Vis Vis

📋 copy color: '#F1E295'

red 241 ◦ green 226 ◦ blue 149

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

Shades of Vis Vis #F1E295

Tints of Vis Vis #F1E295

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 24.19%

R = 39.12%
G = 36.69%
B = 24.19%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.38

 K value IS 0.05

RGB Variations

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

Color information

#F1E295 (or 0xF1E295) is known color: Vis Vis. HEX triplet: F1, E2 and 95. RGB value is (241,226,149). Sum of RGB (Red+Green+Blue) = 241+226+149=616 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.12% from 616); Green value is 226 (88.67% from 255 or 36.69% from 616); Blue value is 149 (58.59% from 255 or 24.19% from 616); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E295 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1E295 is #0E1D6A. Grayscale: #DEDEDE. Windows color (decimal): -925035 or 9822961. OLE color: 9822961.

HSL color Cylindrical-coordinate representation of color #F1E295: hue angle of 50.22º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F1E295 is Cyan = 0, Magento = 0.06, Yellow = 0.38 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 226 149 -
CMYK 0 0.06 0.38 0.05
HSL 50.22º 0.77% 0.76% -
HSV(B) 50.22º 0.38% 0.95% -
XYZ 68.9 75.26 39.33 -
YUV 221.71 86.97 141.76 -
System Red Green Blue C M Y K H S L
Decimal 241 226 149 0 0.06 0.38 0.05 50.22 0.77 0.76
Hex F1 E2 95 0 6 26 5 32 4D 4C
Octal 361 342 225 0 6 46 5 62 115 114
Binary 11110001 11100010 10010101 0 110 100110 101 110010 1001101 1001100

Color Harmonies of #F1E295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1E295

Black with #F1E295

Text Example


Text Example

White with #F1E295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1E295; }

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

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

background-color css

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

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

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

border-color css

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

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

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