#FECC9C

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

Shades of Peach-Orange #FECC9C

Tints of Peach-Orange #FECC9C

Color information

#FECC9C (or 0xFECC9C) is unknown color: approx Peach-Orange. HEX triplet: FE, CC and 9C. RGB value is (254,204,156). Sum of RGB (Red+Green+Blue) = 254+204+156=614 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.37% from 614); Green value is 204 (80.08% from 255 or 33.22% from 614); Blue value is 156 (61.33% from 255 or 25.41% from 614); Max value from RGB is 254 - color contains mainly: red. Hex color #FECC9C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECC9C is #013363. Grayscale: #D5D5D5. Windows color (decimal): -78692 or 10276094. OLE color: 10276094.

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

Color convert

RGB254204156-
CMYK00.200.390.00
HSL29.39º98%80.39%-
HSV(B)29.39º38.58%99.61%-
XYZ68.4766.6640.71-
YUV213.4895.56156.9-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.37%
GREEN value IS 204 (80.08% from 255) = 33.22%
BLUE value IS 156 (61.33% from 255) = 25.41%
R=41.37%
G=33.22%
B=25.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.39
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420415600.200.390.0029.399880.39
HexFECC9C0142701d6250
Octal37631423402447035142120
Binary11111110110011001001110001010010011101110111000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FECC9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FECC9C; }

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

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

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

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

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

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

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

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