Html Css Color HEX #FAE189 Vis Vis

📋 copy color: '#FAE189'

red 250 ◦ green 225 ◦ blue 137

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

Shades of Vis Vis #FAE189

Tints of Vis Vis #FAE189

RGB

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

 GREEN value IS 225 (88.28% from 255) = 36.76%

 BLUE value IS 137 (53.91% from 255) = 22.39%

R = 40.85%
G = 36.76%
B = 22.39%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#FAE189 (or 0xFAE189) is known color: Vis Vis. HEX triplet: FA, E1 and 89. RGB value is (250,225,137). Sum of RGB (Red+Green+Blue) = 250+225+137=612 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.85% from 612); Green value is 225 (88.28% from 255 or 36.76% from 612); Blue value is 137 (53.91% from 255 or 22.39% from 612); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE189 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAE189 is #051E76. Grayscale: #DEDEDE. Windows color (decimal): -335479 or 9036282. OLE color: 9036282.

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

Color convert

RGB 250 225 137 -
CMYK 0 0.10 0.45 0.02
HSL 46.73º 0.92% 0.76% -
HSV(B) 46.73º 0.45% 0.98% -
XYZ 70.86 75.98 34.6 -
YUV 222.44 79.78 147.66 -
System Red Green Blue C M Y K H S L
Decimal 250 225 137 0 0.10 0.45 0.02 46.73 0.92 0.76
Hex FA E1 89 0 A 2D 2 2F 5C 4C
Octal 372 341 211 0 12 55 2 57 134 114
Binary 11111010 11100001 10001001 0 1010 101101 10 101111 1011100 1001100

Color Harmonies of #FAE189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE189

Black with #FAE189

Text Example


Text Example

White with #FAE189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE189; }

 p { color: rgb(250,225,137); }

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

background-color css

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

 a { background-color: rgb(250,225,137); }

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

border-color css

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

 span { border-color: rgb(250,225,137); }

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