#FAE28A

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

Shades of Vis Vis #FAE28A

Tints of Vis Vis #FAE28A

Color information

#FAE28A (or 0xFAE28A) is unknown color: approx Vis Vis. HEX triplet: FA, E2 and 8A. RGB value is (250,226,138). Sum of RGB (Red+Green+Blue) = 250+226+138=614 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.72% from 614); Green value is 226 (88.67% from 255 or 36.81% from 614); Blue value is 138 (54.30% from 255 or 22.48% from 614); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE28A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAE28A is #051D75. Grayscale: #DFDFDF. Windows color (decimal): -335222 or 9102074. OLE color: 9102074.

HSL color Cylindrical-coordinate representation of color #FAE28A: hue angle of 47.14º degrees, saturation: 0.92, 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 #FAE28A is Cyan = 0, Magento = 0.10, Yellow = 0.45 and Black (K on CMYK) = 0.02.

Color convert

RGB250226138-
CMYK00.100.450.02
HSL47.14º91.8%76.08%-
HSV(B)47.14º44.8%98.04%-
XYZ71.2176.5535.07-
YUV223.1479.95147.16-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.72%
GREEN value IS 226 (88.67% from 255) = 36.81%
BLUE value IS 138 (54.30% from 255) = 22.48%
R=40.72%
G=36.81%
B=22.48%

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
Decimal25022613800.100.450.0247.1491.876.08
HexFAE28A0A2D22f5c4c
Octal37234221201255257134114
Binary111110101110001010001010010101011011010111110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE28A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE28A; }

 p { color: rgb(250,226,138); }

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

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

 a { background-color: rgb(250,226,138); }

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

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

 span { border-color: rgb(250,226,138); }

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