#FAE098

Color #FAE098 Vis Vis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vis Vis #FAE098

Tints of Vis Vis #FAE098

Color information

#FAE098 (or 0xFAE098) is unknown color: approx Vis Vis. HEX triplet: FA, E0 and 98. RGB value is (250,224,152). Sum of RGB (Red+Green+Blue) = 250+224+152=626 (82% of max value = 765). Red value is 250 (98.05% from 255 or 39.94% from 626); Green value is 224 (87.89% from 255 or 35.78% from 626); Blue value is 152 (59.77% from 255 or 24.28% from 626); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE098 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAE098 is #051F67. Grayscale: #DFDFDF. Windows color (decimal): -335720 or 10019066. OLE color: 10019066.

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

Color convert

RGB250224152-
CMYK00.100.390.02
HSL44.08º90.74%78.82%-
HSV(B)44.08º39.2%98.04%-
XYZ71.7575.940.57-
YUV223.5787.61146.85-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.94%
GREEN value IS 224 (87.89% from 255) = 35.78%
BLUE value IS 152 (59.77% from 255) = 24.28%
R=39.94%
G=35.78%
B=24.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.39
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022415200.100.390.0244.0890.7478.82
HexFAE0980A2722c5b4f
Octal37234023001247254133117
Binary111110101110000010011000010101001111010110010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE098; }

 p { color: rgb(250,224,152); }

 H1.HeaderClassName
 {
   color: #FAE098;
 }
 .AnyTagClassName
 {
   color: #FAE098;
 }
</style>
background-color css

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

 a { background-color: rgb(250,224,152); }

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

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

 span { border-color: rgb(250,224,152); }

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