#FDC697

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

Shades of Peach-Orange #FDC697

Tints of Peach-Orange #FDC697

Color information

#FDC697 (or 0xFDC697) is unknown color: approx Peach-Orange. HEX triplet: FD, C6 and 97. RGB value is (253,198,151). Sum of RGB (Red+Green+Blue) = 253+198+151=602 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.03% from 602); Green value is 198 (77.73% from 255 or 32.89% from 602); Blue value is 151 (59.38% from 255 or 25.08% from 602); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC697 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC697 is #023968. Grayscale: #D1D1D1. Windows color (decimal): -145769 or 9946877. OLE color: 9946877.

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

Color convert

RGB253198151-
CMYK00.220.400.01
HSL27.65º96.23%79.22%-
HSV(B)27.65º40.32%99.22%-
XYZ66.2963.5138.04-
YUV209.0995.22159.32-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.03%
GREEN value IS 198 (77.73% from 255) = 32.89%
BLUE value IS 151 (59.38% from 255) = 25.08%
R=42.03%
G=32.89%
B=25.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.40
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25319815100.220.400.0127.6596.2379.22
HexFDC6970162811c604f
Octal37530622702650134140117
Binary11111101110001101001011101011010100011110011000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC697; }

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

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

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

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

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

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

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

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