#FECE9C

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

Shades of Peach-Orange #FECE9C

Tints of Peach-Orange #FECE9C

Color information

#FECE9C (or 0xFECE9C) is unknown color: approx Peach-Orange. HEX triplet: FE, CE and 9C. RGB value is (254,206,156). Sum of RGB (Red+Green+Blue) = 254+206+156=616 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.23% from 616); Green value is 206 (80.86% from 255 or 33.44% from 616); Blue value is 156 (61.33% from 255 or 25.32% from 616); Max value from RGB is 254 - color contains mainly: red. Hex color #FECE9C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECE9C is #013163. Grayscale: #D6D6D6. Windows color (decimal): -78180 or 10276606. OLE color: 10276606.

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

Color convert

RGB254206156-
CMYK00.190.390.00
HSL30.61º98%80.39%-
HSV(B)30.61º38.58%99.61%-
XYZ68.9567.6140.87-
YUV214.6594.9156.07-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.23%
GREEN value IS 206 (80.86% from 255) = 33.44%
BLUE value IS 156 (61.33% from 255) = 25.32%
R=41.23%
G=33.44%
B=25.32%

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
Decimal25420615600.190.390.0030.619880.39
HexFECE9C0132701f6250
Octal37631623402347037142120
Binary11111110110011101001110001001110011101111111000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FECE9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FECE9C; }

 p { color: rgb(254,206,156); }

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

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

 a { background-color: rgb(254,206,156); }

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

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

 span { border-color: rgb(254,206,156); }

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