Html Css Color HEX #FAE095 Vis Vis

📋 copy color: '#FAE095'

red 250 ◦ green 224 ◦ blue 149

#FAE095
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Vis Vis #FAE095

Tints of Vis Vis #FAE095

RGB

 RED value IS 250 (98.05% from 255) = 40.13%

 GREEN value IS 224 (87.89% from 255) = 35.96%

 BLUE value IS 149 (58.59% from 255) = 23.92%

R = 40.13%
G = 35.96%
B = 23.92%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.40

 K value IS 0.02

RGB Variations

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

Color information

#FAE095 (or 0xFAE095) is known color: Vis Vis. HEX triplet: FA, E0 and 95. RGB value is (250,224,149). Sum of RGB (Red+Green+Blue) = 250+224+149=623 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.13% from 623); Green value is 224 (87.89% from 255 or 35.96% from 623); Blue value is 149 (58.59% from 255 or 23.92% from 623); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE095 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAE095 is #051F6A. Grayscale: #DFDFDF. Windows color (decimal): -335723 or 9822458. OLE color: 9822458.

HSL color Cylindrical-coordinate representation of color #FAE095: hue angle of 44.55º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FAE095 is Cyan = 0, Magento = 0.10, Yellow = 0.40 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 224 149 -
CMYK 0 0.10 0.40 0.02
HSL 44.55º 0.91% 0.78% -
HSV(B) 44.55º 0.4% 0.98% -
XYZ 71.5 75.81 39.3 -
YUV 223.22 86.11 147.1 -
System Red Green Blue C M Y K H S L
Decimal 250 224 149 0 0.10 0.40 0.02 44.55 0.91 0.78
Hex FA E0 95 0 A 28 2 2D 5B 4E
Octal 372 340 225 0 12 50 2 55 133 116
Binary 11111010 11100000 10010101 0 1010 101000 10 101101 1011011 1001110

Color Harmonies of #FAE095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE095

Black with #FAE095

Text Example


Text Example

White with #FAE095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE095; }

 p { color: rgb(250,224,149); }

 H1.HeaderClassName
 {
   color: #FAE095;
 }
 .AnyTagClassName
 {
   color: #FAE095;
 }
</style>

background-color css

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

 a { background-color: rgb(250,224,149); }

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

border-color css

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

 span { border-color: rgb(250,224,149); }

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