#FECE8E

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

Shades of Peach-Orange #FECE8E

Tints of Peach-Orange #FECE8E

Color information

#FECE8E (or 0xFECE8E) is unknown color: approx Peach-Orange. HEX triplet: FE, CE and 8E. RGB value is (254,206,142). Sum of RGB (Red+Green+Blue) = 254+206+142=602 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.19% from 602); Green value is 206 (80.86% from 255 or 34.22% from 602); Blue value is 142 (55.86% from 255 or 23.59% from 602); Max value from RGB is 254 - color contains mainly: red. Hex color #FECE8E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECE8E is #013171. Grayscale: #D5D5D5. Windows color (decimal): -78194 or 9359102. OLE color: 9359102.

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

Color convert

RGB254206142-
CMYK00.190.440.00
HSL34.29º98.25%77.65%-
HSV(B)34.29º44.09%99.61%-
XYZ67.8367.1734.98-
YUV213.0687.9157.2-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.19%
GREEN value IS 206 (80.86% from 255) = 34.22%
BLUE value IS 142 (55.86% from 255) = 23.59%
R=42.19%
G=34.22%
B=23.59%

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
Decimal25420614200.190.440.0034.2998.2577.65
HexFECE8E0132C022624e
Octal37631621602354042142116
Binary111111101100111010001110010011101100010001011000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FECE8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FECE8E; }

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

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

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

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

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

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

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

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