#FEC595

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

Shades of Peach-Orange #FEC595

Tints of Peach-Orange #FEC595

Color information

#FEC595 (or 0xFEC595) is unknown color: approx Peach-Orange. HEX triplet: FE, C5 and 95. RGB value is (254,197,149). Sum of RGB (Red+Green+Blue) = 254+197+149=600 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.33% from 600); Green value is 197 (77.34% from 255 or 32.83% from 600); Blue value is 149 (58.59% from 255 or 24.83% from 600); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC595 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC595 is #013A6A. Grayscale: #D0D0D0. Windows color (decimal): -80491 or 9815550. OLE color: 9815550.

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

Color convert

RGB254197149-
CMYK00.220.410.00
HSL27.43º98.13%79.02%-
HSV(B)27.43º41.34%99.61%-
XYZ66.2663.1737.13-
YUV208.5794.38160.4-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.33%
GREEN value IS 197 (77.34% from 255) = 32.83%
BLUE value IS 149 (58.59% from 255) = 24.83%
R=42.33%
G=32.83%
B=24.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.41
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25419714900.220.410.0027.4398.1379.02
HexFEC5950162901b624f
Octal37630522502651033142117
Binary11111110110001011001010101011010100101101111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC595; }

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

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

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

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

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

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

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

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