#FECC95

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

Shades of Peach-Orange #FECC95

Tints of Peach-Orange #FECC95

Color information

#FECC95 (or 0xFECC95) is unknown color: approx Peach-Orange. HEX triplet: FE, CC and 95. RGB value is (254,204,149). Sum of RGB (Red+Green+Blue) = 254+204+149=607 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.85% from 607); Green value is 204 (80.08% from 255 or 33.61% from 607); Blue value is 149 (58.59% from 255 or 24.55% from 607); Max value from RGB is 254 - color contains mainly: red. Hex color #FECC95 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECC95 is #01336A. Grayscale: #D4D4D4. Windows color (decimal): -78699 or 9817342. OLE color: 9817342.

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

Color convert

RGB254204149-
CMYK00.200.410.00
HSL31.43º98.13%79.02%-
HSV(B)31.43º41.34%99.61%-
XYZ67.8966.4337.68-
YUV212.6892.06157.47-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.85%
GREEN value IS 204 (80.08% from 255) = 33.61%
BLUE value IS 149 (58.59% from 255) = 24.55%
R=41.85%
G=33.61%
B=24.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.41
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420414900.200.410.0031.4398.1379.02
HexFECC950142901f624f
Octal37631422502451037142117
Binary11111110110011001001010101010010100101111111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FECC95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FECC95; }

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

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

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

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

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

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

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

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