Html Css Color HEX #FAE489 Vis Vis

📋 copy color: '#FAE489'

red 250 ◦ green 228 ◦ blue 137

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

Shades of Vis Vis #FAE489

Tints of Vis Vis #FAE489

RGB

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

 GREEN value IS 228 (89.45% from 255) = 37.07%

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

R = 40.65%
G = 37.07%
B = 22.28%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#FAE489 (or 0xFAE489) is known color: Vis Vis. HEX triplet: FA, E4 and 89. RGB value is (250,228,137). Sum of RGB (Red+Green+Blue) = 250+228+137=615 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.65% from 615); Green value is 228 (89.45% from 255 or 37.07% from 615); Blue value is 137 (53.91% from 255 or 22.28% from 615); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE489 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAE489 is #051B76. Grayscale: #E0E0E0. Windows color (decimal): -334711 or 9037050. OLE color: 9037050.

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

Color convert

RGB 250 228 137 -
CMYK 0 0.09 0.45 0.02
HSL 48.32º 0.92% 0.76% -
HSV(B) 48.32º 0.45% 0.98% -
XYZ 71.68 77.62 34.87 -
YUV 224.2 78.79 146.4 -
System Red Green Blue C M Y K H S L
Decimal 250 228 137 0 0.09 0.45 0.02 48.32 0.92 0.76
Hex FA E4 89 0 9 2D 2 30 5C 4C
Octal 372 344 211 0 11 55 2 60 134 114
Binary 11111010 11100100 10001001 0 1001 101101 10 110000 1011100 1001100

Color Harmonies of #FAE489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE489

Black with #FAE489

Text Example


Text Example

White with #FAE489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE489; }

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

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

background-color css

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

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

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

border-color css

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

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

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