#FEDC8D

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

Shades of Vis Vis #FEDC8D

Tints of Vis Vis #FEDC8D

Color information

#FEDC8D (or 0xFEDC8D) is unknown color: approx Vis Vis. HEX triplet: FE, DC and 8D. RGB value is (254,220,141). Sum of RGB (Red+Green+Blue) = 254+220+141=615 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.30% from 615); Green value is 220 (86.33% from 255 or 35.77% from 615); Blue value is 141 (55.47% from 255 or 22.93% from 615); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDC8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDC8D is #012372. Grayscale: #DDDDDD. Windows color (decimal): -74611 or 9297150. OLE color: 9297150.

HSL color Cylindrical-coordinate representation of color #FEDC8D: hue angle of 41.95º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FEDC8D is Cyan = 0, Magento = 0.13, Yellow = 0.44 and Black (K on CMYK) = 0.00.

Color convert

RGB254220141-
CMYK00.130.440.00
HSL41.95º98.26%77.45%-
HSV(B)41.95º44.49%99.61%-
XYZ71.2774.1835.76-
YUV221.1682.76151.42-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.30%
GREEN value IS 220 (86.33% from 255) = 35.77%
BLUE value IS 141 (55.47% from 255) = 22.93%
R=41.30%
G=35.77%
B=22.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.44
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422014100.130.440.0041.9598.2677.45
HexFEDC8D0D2C02a624d
Octal37633421501554052142115
Binary11111110110111001000110101101101100010101011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDC8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDC8D; }

 p { color: rgb(254,220,141); }

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

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

 a { background-color: rgb(254,220,141); }

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

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

 span { border-color: rgb(254,220,141); }

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