Html Css Color HEX #FAE592 Vis Vis

📋 copy color: '#FAE592'

red 250 ◦ green 229 ◦ blue 146

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

Shades of Vis Vis #FAE592

Tints of Vis Vis #FAE592

RGB

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

 GREEN value IS 229 (89.84% from 255) = 36.64%

 BLUE value IS 146 (57.42% from 255) = 23.36%

R = 40%
G = 36.64%
B = 23.36%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#FAE592 (or 0xFAE592) is known color: Vis Vis. HEX triplet: FA, E5 and 92. RGB value is (250,229,146). Sum of RGB (Red+Green+Blue) = 250+229+146=625 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40% from 625); Green value is 229 (89.84% from 255 or 36.64% from 625); Blue value is 146 (57.42% from 255 or 23.36% from 625); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE592 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAE592 is #051A6D. Grayscale: #E2E2E2. Windows color (decimal): -334446 or 9627130. OLE color: 9627130.

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

Color convert

RGB 250 229 146 -
CMYK 0 0.08 0.42 0.02
HSL 47.88º 0.91% 0.78% -
HSV(B) 47.88º 0.42% 0.98% -
XYZ 72.63 78.44 38.51 -
YUV 225.82 82.96 145.25 -
System Red Green Blue C M Y K H S L
Decimal 250 229 146 0 0.08 0.42 0.02 47.88 0.91 0.78
Hex FA E5 92 0 8 2A 2 30 5B 4E
Octal 372 345 222 0 10 52 2 60 133 116
Binary 11111010 11100101 10010010 0 1000 101010 10 110000 1011011 1001110

Color Harmonies of #FAE592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE592

Black with #FAE592

Text Example


Text Example

White with #FAE592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE592; }

 p { color: rgb(250,229,146); }

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

background-color css

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

 a { background-color: rgb(250,229,146); }

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

border-color css

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

 span { border-color: rgb(250,229,146); }

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