#FFC896

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

Shades of Peach-Orange #FFC896

Tints of Peach-Orange #FFC896

Color information

#FFC896 (or 0xFFC896) is unknown color: approx Peach-Orange. HEX triplet: FF, C8 and 96. RGB value is (255,200,150). Sum of RGB (Red+Green+Blue) = 255+200+150=605 (80% of max value = 765). Red value is 255 (100% from 255 or 42.15% from 605); Green value is 200 (78.52% from 255 or 33.06% from 605); Blue value is 150 (58.98% from 255 or 24.79% from 605); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC896 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC896 is #003769. Grayscale: #D3D3D3. Windows color (decimal): -14186 or 9881855. OLE color: 9881855.

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

Color convert

RGB255200150-
CMYK00.220.410
HSL28.57º100%79.41%-
HSV(B)28.57º41.18%100%-
XYZ67.464.7737.8-
YUV210.7493.72159.57-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.15%
GREEN value IS 200 (78.52% from 255) = 33.06%
BLUE value IS 150 (58.98% from 255) = 24.79%
R=42.15%
G=33.06%
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
SystemRedGreenBlueCMYKHSL
Decimal25520015000.220.41028.5710079.41
HexFFC8960162901d644f
Octal37731022602651035144117
Binary11111111110010001001011001011010100101110111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC896; }

 p { color: rgb(255,200,150); }

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

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

 a { background-color: rgb(255,200,150); }

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

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

 span { border-color: rgb(255,200,150); }

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