#F9E48D

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

Shades of Vis Vis #F9E48D

Tints of Vis Vis #F9E48D

Color information

#F9E48D (or 0xF9E48D) is unknown color: approx Vis Vis. HEX triplet: F9, E4 and 8D. RGB value is (249,228,141). Sum of RGB (Red+Green+Blue) = 249+228+141=618 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.29% from 618); Green value is 228 (89.45% from 255 or 36.89% from 618); Blue value is 141 (55.47% from 255 or 22.82% from 618); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E48D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9E48D is #061B72. Grayscale: #E0E0E0. Windows color (decimal): -400243 or 9299193. OLE color: 9299193.

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

Color convert

RGB249228141-
CMYK00.080.430.02
HSL48.33º90%76.47%-
HSV(B)48.33º43.37%97.65%-
XYZ71.6277.5536.39-
YUV224.3680.96145.57-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 40.29%
GREEN value IS 228 (89.45% from 255) = 36.89%
BLUE value IS 141 (55.47% from 255) = 22.82%
R=40.29%
G=36.89%
B=22.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.43
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24922814100.080.430.0248.339076.47
HexF9E48D082B2305a4c
Octal37134421501053260132114
Binary111110011110010010001101010001010111011000010110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9E48D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9E48D; }

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

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

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

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

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

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

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

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