#FECE97

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

Shades of Peach-Orange #FECE97

Tints of Peach-Orange #FECE97

Color information

#FECE97 (or 0xFECE97) is unknown color: approx Peach-Orange. HEX triplet: FE, CE and 97. RGB value is (254,206,151). Sum of RGB (Red+Green+Blue) = 254+206+151=611 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.57% from 611); Green value is 206 (80.86% from 255 or 33.72% from 611); Blue value is 151 (59.38% from 255 or 24.71% from 611); Max value from RGB is 254 - color contains mainly: red. Hex color #FECE97 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECE97 is #013168. Grayscale: #D6D6D6. Windows color (decimal): -78185 or 9948926. OLE color: 9948926.

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

Color convert

RGB254206151-
CMYK00.190.410.00
HSL32.04º98.1%79.41%-
HSV(B)32.04º40.55%99.61%-
XYZ68.5367.4538.68-
YUV214.0892.4156.47-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.57%
GREEN value IS 206 (80.86% from 255) = 33.72%
BLUE value IS 151 (59.38% from 255) = 24.71%
R=41.57%
G=33.72%
B=24.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.41
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420615100.190.410.0032.0498.179.41
HexFECE9701329020624f
Octal37631622702351040142117
Binary111111101100111010010111010011101001010000011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FECE97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FECE97; }

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

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

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

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

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

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

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

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