#FEC695

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

Shades of Peach-Orange #FEC695

Tints of Peach-Orange #FEC695

Color information

#FEC695 (or 0xFEC695) is unknown color: approx Peach-Orange. HEX triplet: FE, C6 and 95. RGB value is (254,198,149). Sum of RGB (Red+Green+Blue) = 254+198+149=601 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.26% from 601); Green value is 198 (77.73% from 255 or 32.95% from 601); Blue value is 149 (58.59% from 255 or 24.79% from 601); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC695 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC695 is #01396A. Grayscale: #D1D1D1. Windows color (decimal): -80235 or 9815806. OLE color: 9815806.

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

Color convert

RGB254198149-
CMYK00.220.410.00
HSL28º98.13%79.02%-
HSV(B)28º41.34%99.61%-
XYZ66.4963.6337.21-
YUV209.1694.05159.98-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.26%
GREEN value IS 198 (77.73% from 255) = 32.95%
BLUE value IS 149 (58.59% from 255) = 24.79%
R=42.26%
G=32.95%
B=24.79%

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
Decimal25419814900.220.410.002898.1379.02
HexFEC6950162901c624f
Octal37630622502651034142117
Binary11111110110001101001010101011010100101110011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC695; }

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

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

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

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

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

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

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

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