#F7E48D

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

Shades of Vis Vis #F7E48D

Tints of Vis Vis #F7E48D

Color information

#F7E48D (or 0xF7E48D) is unknown color: approx Vis Vis. HEX triplet: F7, E4 and 8D. RGB value is (247,228,141). Sum of RGB (Red+Green+Blue) = 247+228+141=616 (81% of max value = 765). Red value is 247 (96.88% from 255 or 40.10% from 616); Green value is 228 (89.45% from 255 or 37.01% from 616); Blue value is 141 (55.47% from 255 or 22.89% from 616); Max value from RGB is 247 - color contains mainly: red. Hex color #F7E48D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7E48D is #081B72. Grayscale: #E0E0E0. Windows color (decimal): -531315 or 9299191. OLE color: 9299191.

HSL color Cylindrical-coordinate representation of color #F7E48D: hue angle of 49.25º degrees, saturation: 0.87, 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 #F7E48D is Cyan = 0, Magento = 0.08, Yellow = 0.43 and Black (K on CMYK) = 0.03.

Color convert

RGB247228141-
CMYK00.080.430.03
HSL49.25º86.89%76.08%-
HSV(B)49.25º42.91%96.86%-
XYZ70.9177.1836.36-
YUV223.7681.29144.57-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 40.10%
GREEN value IS 228 (89.45% from 255) = 37.01%
BLUE value IS 141 (55.47% from 255) = 22.89%
R=40.10%
G=37.01%
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
Decimal24722814100.080.430.0349.2586.8976.08
HexF7E48D082B331574c
Octal36734421501053361127114
Binary111101111110010010001101010001010111111000110101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7E48D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7E48D; }

 p { color: rgb(247,228,141); }

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

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

 a { background-color: rgb(247,228,141); }

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

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

 span { border-color: rgb(247,228,141); }

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