Html Css Color HEX #FAE090 Vis Vis

📋 copy color: '#FAE090'

red 250 ◦ green 224 ◦ blue 144

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

Shades of Vis Vis #FAE090

Tints of Vis Vis #FAE090

RGB

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

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

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

R = 40.45%
G = 36.25%
B = 23.3%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#FAE090 (or 0xFAE090) is known color: Vis Vis. HEX triplet: FA, E0 and 90. RGB value is (250,224,144). Sum of RGB (Red+Green+Blue) = 250+224+144=618 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.45% from 618); Green value is 224 (87.89% from 255 or 36.25% from 618); Blue value is 144 (56.64% from 255 or 23.30% from 618); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE090 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAE090 is #051F6F. Grayscale: #DFDFDF. Windows color (decimal): -335728 or 9494778. OLE color: 9494778.

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

Color convert

RGB 250 224 144 -
CMYK 0 0.10 0.42 0.02
HSL 45.28º 0.91% 0.77% -
HSV(B) 45.28º 0.42% 0.98% -
XYZ 71.11 75.65 37.24 -
YUV 222.65 83.61 147.5 -
System Red Green Blue C M Y K H S L
Decimal 250 224 144 0 0.10 0.42 0.02 45.28 0.91 0.77
Hex FA E0 90 0 A 2A 2 2D 5B 4D
Octal 372 340 220 0 12 52 2 55 133 115
Binary 11111010 11100000 10010000 0 1010 101010 10 101101 1011011 1001101

Color Harmonies of #FAE090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE090

Black with #FAE090

Text Example


Text Example

White with #FAE090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE090; }

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

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

background-color css

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

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

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

border-color css

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

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

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