Html Css Color HEX #FAE799 Vis Vis

📋 copy color: '#FAE799'

red 250 ◦ green 231 ◦ blue 153

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

Shades of Vis Vis #FAE799

Tints of Vis Vis #FAE799

RGB

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

 GREEN value IS 231 (90.63% from 255) = 36.44%

 BLUE value IS 153 (60.16% from 255) = 24.13%

R = 39.43%
G = 36.44%
B = 24.13%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.39

 K value IS 0.02

RGB Variations

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

Color information

#FAE799 (or 0xFAE799) is known color: Vis Vis. HEX triplet: FA, E7 and 99. RGB value is (250,231,153). Sum of RGB (Red+Green+Blue) = 250+231+153=634 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.43% from 634); Green value is 231 (90.62% from 255 or 36.44% from 634); Blue value is 153 (60.16% from 255 or 24.13% from 634); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE799 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAE799 is #051866. Grayscale: #E4E4E4. Windows color (decimal): -333927 or 10086394. OLE color: 10086394.

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

Color convert

RGB 250 231 153 -
CMYK 0 0.08 0.39 0.02
HSL 48.25º 0.91% 0.79% -
HSV(B) 48.25º 0.39% 0.98% -
XYZ 73.75 79.78 41.65 -
YUV 227.79 85.79 143.84 -
System Red Green Blue C M Y K H S L
Decimal 250 231 153 0 0.08 0.39 0.02 48.25 0.91 0.79
Hex FA E7 99 0 8 27 2 30 5B 4F
Octal 372 347 231 0 10 47 2 60 133 117
Binary 11111010 11100111 10011001 0 1000 100111 10 110000 1011011 1001111

Color Harmonies of #FAE799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE799

Black with #FAE799

Text Example


Text Example

White with #FAE799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE799; }

 p { color: rgb(250,231,153); }

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

background-color css

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

 a { background-color: rgb(250,231,153); }

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

border-color css

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

 span { border-color: rgb(250,231,153); }

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