#F8E38D

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

Shades of Vis Vis #F8E38D

Tints of Vis Vis #F8E38D

Color information

#F8E38D (or 0xF8E38D) is unknown color: approx Vis Vis. HEX triplet: F8, E3 and 8D. RGB value is (248,227,141). Sum of RGB (Red+Green+Blue) = 248+227+141=616 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.26% from 616); Green value is 227 (89.06% from 255 or 36.85% from 616); Blue value is 141 (55.47% from 255 or 22.89% from 616); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E38D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8E38D is #071C72. Grayscale: #DFDFDF. Windows color (decimal): -466035 or 9298936. OLE color: 9298936.

HSL color Cylindrical-coordinate representation of color #F8E38D: hue angle of 48.22º degrees, saturation: 0.88, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F8E38D is Cyan = 0, Magento = 0.08, Yellow = 0.43 and Black (K on CMYK) = 0.03.

Color convert

RGB248227141-
CMYK00.080.430.03
HSL48.22º88.43%76.27%-
HSV(B)48.22º43.15%97.25%-
XYZ70.9976.8236.29-
YUV223.4881.46145.49-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 40.26%
GREEN value IS 227 (89.06% from 255) = 36.85%
BLUE value IS 141 (55.47% from 255) = 22.89%
R=40.26%
G=36.85%
B=22.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.43
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24822714100.080.430.0348.2288.4376.27
HexF8E38D082B330584c
Octal37034321501053360130114
Binary111110001110001110001101010001010111111000010110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8E38D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8E38D; }

 p { color: rgb(248,227,141); }

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

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

 a { background-color: rgb(248,227,141); }

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

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

 span { border-color: rgb(248,227,141); }

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