#F1E29A

Color #F1E29A Vis Vis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vis Vis #F1E29A

Tints of Vis Vis #F1E29A

Color information

#F1E29A (or 0xF1E29A) is unknown color: approx Vis Vis. HEX triplet: F1, E2 and 9A. RGB value is (241,226,154). Sum of RGB (Red+Green+Blue) = 241+226+154=621 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.81% from 621); Green value is 226 (88.67% from 255 or 36.39% from 621); Blue value is 154 (60.55% from 255 or 24.80% from 621); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E29A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1E29A is #0E1D65. Grayscale: #DEDEDE. Windows color (decimal): -925030 or 10150641. OLE color: 10150641.

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

Color convert

RGB241226154-
CMYK00.060.360.05
HSL49.66º75.65%77.45%-
HSV(B)49.66º36.1%94.51%-
XYZ69.375.4341.48-
YUV222.2889.47141.35-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.81%
GREEN value IS 226 (88.67% from 255) = 36.39%
BLUE value IS 154 (60.55% from 255) = 24.80%
R=38.81%
G=36.39%
B=24.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.36
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24122615400.060.360.0549.6675.6577.45
HexF1E29A06245324c4d
Octal3613422320644562114115
Binary111100011110001010011010011010010010111001010011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1E29A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1E29A; }

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

 H1.HeaderClassName
 {
   color: #F1E29A;
 }
 .AnyTagClassName
 {
   color: #F1E29A;
 }
</style>
background-color css

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

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

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

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

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

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