#F9E18A

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

Shades of Vis Vis #F9E18A

Tints of Vis Vis #F9E18A

Color information

#F9E18A (or 0xF9E18A) is unknown color: approx Vis Vis. HEX triplet: F9, E1 and 8A. RGB value is (249,225,138). Sum of RGB (Red+Green+Blue) = 249+225+138=612 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.69% from 612); Green value is 225 (88.28% from 255 or 36.76% from 612); Blue value is 138 (54.30% from 255 or 22.55% from 612); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E18A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9E18A is #061E75. Grayscale: #DEDEDE. Windows color (decimal): -401014 or 9101817. OLE color: 9101817.

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

Color convert

RGB249225138-
CMYK00.100.450.02
HSL47.03º90.24%75.88%-
HSV(B)47.03º44.58%97.65%-
XYZ70.5875.8334.96-
YUV222.2680.45147.07-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 40.69%
GREEN value IS 225 (88.28% from 255) = 36.76%
BLUE value IS 138 (54.30% from 255) = 22.55%
R=40.69%
G=36.76%
B=22.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.45
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24922513800.100.450.0247.0390.2475.88
HexF9E18A0A2D22f5a4c
Octal37134121201255257132114
Binary111110011110000110001010010101011011010111110110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9E18A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9E18A; }

 p { color: rgb(249,225,138); }

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

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

 a { background-color: rgb(249,225,138); }

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

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

 span { border-color: rgb(249,225,138); }

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