Html Css Color HEX #FAE38C Vis Vis

📋 copy color: '#FAE38C'

red 250 ◦ green 227 ◦ blue 140

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

Shades of Vis Vis #FAE38C

Tints of Vis Vis #FAE38C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 22.69%

R = 40.52%
G = 36.79%
B = 22.69%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#FAE38C (or 0xFAE38C) is known color: Vis Vis. HEX triplet: FA, E3 and 8C. RGB value is (250,227,140). Sum of RGB (Red+Green+Blue) = 250+227+140=617 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.52% from 617); Green value is 227 (89.06% from 255 or 36.79% from 617); Blue value is 140 (55.08% from 255 or 22.69% from 617); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE38C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAE38C is #051C73. Grayscale: #E0E0E0. Windows color (decimal): -334964 or 9233402. OLE color: 9233402.

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

Color convert

RGB 250 227 140 -
CMYK 0 0.09 0.44 0.02
HSL 47.45º 0.92% 0.76% -
HSV(B) 47.45º 0.44% 0.98% -
XYZ 71.63 77.16 35.93 -
YUV 223.96 80.62 146.57 -
System Red Green Blue C M Y K H S L
Decimal 250 227 140 0 0.09 0.44 0.02 47.45 0.92 0.76
Hex FA E3 8C 0 9 2C 2 2F 5C 4C
Octal 372 343 214 0 11 54 2 57 134 114
Binary 11111010 11100011 10001100 0 1001 101100 10 101111 1011100 1001100

Color Harmonies of #FAE38C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE38C

Black with #FAE38C

Text Example


Text Example

White with #FAE38C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE38C; }

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

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

background-color css

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

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

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

border-color css

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

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

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