#FDC696

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

Shades of Peach-Orange #FDC696

Tints of Peach-Orange #FDC696

Color information

#FDC696 (or 0xFDC696) is unknown color: approx Peach-Orange. HEX triplet: FD, C6 and 96. RGB value is (253,198,150). Sum of RGB (Red+Green+Blue) = 253+198+150=601 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.10% from 601); Green value is 198 (77.73% from 255 or 32.95% from 601); Blue value is 150 (58.98% from 255 or 24.96% from 601); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC696 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC696 is #023969. Grayscale: #D1D1D1. Windows color (decimal): -145770 or 9881341. OLE color: 9881341.

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

Color convert

RGB253198150-
CMYK00.220.410.01
HSL27.96º96.26%79.02%-
HSV(B)27.96º40.71%99.22%-
XYZ66.2163.4737.62-
YUV208.9794.72159.4-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.10%
GREEN value IS 198 (77.73% from 255) = 32.95%
BLUE value IS 150 (58.98% from 255) = 24.96%
R=42.10%
G=32.95%
B=24.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.41
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25319815000.220.410.0127.9696.2679.02
HexFDC6960162911c604f
Octal37530622602651134140117
Binary11111101110001101001011001011010100111110011000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC696; }

 p { color: rgb(253,198,150); }

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

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

 a { background-color: rgb(253,198,150); }

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

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

 span { border-color: rgb(253,198,150); }

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