Html Css Color HEX #FAE390 Vis Vis

📋 copy color: '#FAE390'

red 250 ◦ green 227 ◦ blue 144

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

Shades of Vis Vis #FAE390

Tints of Vis Vis #FAE390

RGB

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

 GREEN value IS 227 (89.06% from 255) = 36.55%

 BLUE value IS 144 (56.64% from 255) = 23.19%

R = 40.26%
G = 36.55%
B = 23.19%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#FAE390 (or 0xFAE390) is known color: Vis Vis. HEX triplet: FA, E3 and 90. RGB value is (250,227,144). Sum of RGB (Red+Green+Blue) = 250+227+144=621 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.26% from 621); Green value is 227 (89.06% from 255 or 36.55% from 621); Blue value is 144 (56.64% from 255 or 23.19% from 621); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE390 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAE390 is #051C6F. Grayscale: #E0E0E0. Windows color (decimal): -334960 or 9495546. OLE color: 9495546.

HSL color Cylindrical-coordinate representation of color #FAE390: hue angle of 46.98º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FAE390 is Cyan = 0, Magento = 0.09, Yellow = 0.42 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 227 144 -
CMYK 0 0.09 0.42 0.02
HSL 46.98º 0.91% 0.77% -
HSV(B) 46.98º 0.42% 0.98% -
XYZ 71.93 77.28 37.51 -
YUV 224.42 82.62 146.25 -
System Red Green Blue C M Y K H S L
Decimal 250 227 144 0 0.09 0.42 0.02 46.98 0.91 0.77
Hex FA E3 90 0 9 2A 2 2F 5B 4D
Octal 372 343 220 0 11 52 2 57 133 115
Binary 11111010 11100011 10010000 0 1001 101010 10 101111 1011011 1001101

Color Harmonies of #FAE390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE390

Black with #FAE390

Text Example


Text Example

White with #FAE390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE390; }

 p { color: rgb(250,227,144); }

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

background-color css

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

 a { background-color: rgb(250,227,144); }

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

border-color css

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

 span { border-color: rgb(250,227,144); }

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