Html Css Color HEX #FAE597 Vis Vis

📋 copy color: '#FAE597'

red 250 ◦ green 229 ◦ blue 151

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

Shades of Vis Vis #FAE597

Tints of Vis Vis #FAE597

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 23.97%

R = 39.68%
G = 36.35%
B = 23.97%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.40

 K value IS 0.02

RGB Variations

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

Color information

#FAE597 (or 0xFAE597) is known color: Vis Vis. HEX triplet: FA, E5 and 97. RGB value is (250,229,151). Sum of RGB (Red+Green+Blue) = 250+229+151=630 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.68% from 630); Green value is 229 (89.84% from 255 or 36.35% from 630); Blue value is 151 (59.38% from 255 or 23.97% from 630); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE597 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAE597 is #051A68. Grayscale: #E2E2E2. Windows color (decimal): -334441 or 9954810. OLE color: 9954810.

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

Color convert

RGB 250 229 151 -
CMYK 0 0.08 0.40 0.02
HSL 47.27º 0.91% 0.79% -
HSV(B) 47.27º 0.4% 0.98% -
XYZ 73.03 78.6 40.6 -
YUV 226.39 85.46 144.84 -
System Red Green Blue C M Y K H S L
Decimal 250 229 151 0 0.08 0.40 0.02 47.27 0.91 0.79
Hex FA E5 97 0 8 28 2 2F 5B 4F
Octal 372 345 227 0 10 50 2 57 133 117
Binary 11111010 11100101 10010111 0 1000 101000 10 101111 1011011 1001111

Color Harmonies of #FAE597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE597

Black with #FAE597

Text Example


Text Example

White with #FAE597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE597; }

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

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

background-color css

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

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

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

border-color css

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

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

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