#FECD9A

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

Shades of Peach-Orange #FECD9A

Tints of Peach-Orange #FECD9A

Color information

#FECD9A (or 0xFECD9A) is unknown color: approx Peach-Orange. HEX triplet: FE, CD and 9A. RGB value is (254,205,154). Sum of RGB (Red+Green+Blue) = 254+205+154=613 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.44% from 613); Green value is 205 (80.47% from 255 or 33.44% from 613); Blue value is 154 (60.55% from 255 or 25.12% from 613); Max value from RGB is 254 - color contains mainly: red. Hex color #FECD9A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECD9A is #013265. Grayscale: #D6D6D6. Windows color (decimal): -78438 or 10145278. OLE color: 10145278.

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

Color convert

RGB254205154-
CMYK00.190.390.00
HSL30.6º98.04%80%-
HSV(B)30.6º39.37%99.61%-
XYZ68.5467.0739.9-
YUV213.8494.23156.65-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.44%
GREEN value IS 205 (80.47% from 255) = 33.44%
BLUE value IS 154 (60.55% from 255) = 25.12%
R=41.44%
G=33.44%
B=25.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.39
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420515400.190.390.0030.698.0480
HexFECD9A0132701f6250
Octal37631523202347037142120
Binary11111110110011011001101001001110011101111111000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FECD9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FECD9A; }

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

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

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

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

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

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

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

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