#FECD8D

Color #FECD8D Peach-Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Peach-Orange #FECD8D

Tints of Peach-Orange #FECD8D

Color information

#FECD8D (or 0xFECD8D) is unknown color: approx Peach-Orange. HEX triplet: FE, CD and 8D. RGB value is (254,205,141). Sum of RGB (Red+Green+Blue) = 254+205+141=600 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.33% from 600); Green value is 205 (80.47% from 255 or 34.17% from 600); Blue value is 141 (55.47% from 255 or 23.5% from 600); Max value from RGB is 254 - color contains mainly: red. Hex color #FECD8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECD8D is #013272. Grayscale: #D4D4D4. Windows color (decimal): -78451 or 9293310. OLE color: 9293310.

HSL color Cylindrical-coordinate representation of color #FECD8D: hue angle of 33.98º 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 #FECD8D is Cyan = 0, Magento = 0.19, Yellow = 0.44 and Black (K on CMYK) = 0.00.

Color convert

RGB254205141-
CMYK00.190.440.00
HSL33.98º98.26%77.45%-
HSV(B)33.98º44.49%99.61%-
XYZ67.5166.6634.51-
YUV212.3687.73157.7-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.33%
GREEN value IS 205 (80.47% from 255) = 34.17%
BLUE value IS 141 (55.47% from 255) = 23.5%
R=42.33%
G=34.17%
B=23.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.44
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420514100.190.440.0033.9898.2677.45
HexFECD8D0132C022624d
Octal37631521502354042142115
Binary111111101100110110001101010011101100010001011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FECD8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FECD8D; }

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

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

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

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

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

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

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

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