#F1E39C

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

Shades of Vis Vis #F1E39C

Tints of Vis Vis #F1E39C

Color information

#F1E39C (or 0xF1E39C) is unknown color: approx Vis Vis. HEX triplet: F1, E3 and 9C. RGB value is (241,227,156). Sum of RGB (Red+Green+Blue) = 241+227+156=624 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.62% from 624); Green value is 227 (89.06% from 255 or 36.38% from 624); Blue value is 156 (61.33% from 255 or 25% from 624); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E39C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1E39C is #0E1C63. Grayscale: #DFDFDF. Windows color (decimal): -924772 or 10281969. OLE color: 10281969.

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

Color convert

RGB241227156-
CMYK00.060.350.05
HSL50.12º75.22%77.84%-
HSV(B)50.12º35.27%94.51%-
XYZ69.7576.0442.45-
YUV223.0990.14140.77-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.62%
GREEN value IS 227 (89.06% from 255) = 36.38%
BLUE value IS 156 (61.33% from 255) = 25%
R=38.62%
G=36.38%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.35
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24122715600.060.350.0550.1275.2277.84
HexF1E39C06235324b4e
Octal3613432340643562113116
Binary111100011110001110011100011010001110111001010010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1E39C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1E39C; }

 p { color: rgb(241,227,156); }

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

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

 a { background-color: rgb(241,227,156); }

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

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

 span { border-color: rgb(241,227,156); }

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