#FCC697

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

Shades of Peach-Orange #FCC697

Tints of Peach-Orange #FCC697

Color information

#FCC697 (or 0xFCC697) is unknown color: approx Peach-Orange. HEX triplet: FC, C6 and 97. RGB value is (252,198,151). Sum of RGB (Red+Green+Blue) = 252+198+151=601 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.93% from 601); Green value is 198 (77.73% from 255 or 32.95% from 601); Blue value is 151 (59.38% from 255 or 25.12% from 601); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC697 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC697 is #033968. Grayscale: #D1D1D1. Windows color (decimal): -211305 or 9946876. OLE color: 9946876.

HSL color Cylindrical-coordinate representation of color #FCC697: hue angle of 27.92º degrees, saturation: 0.94, 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 #FCC697 is Cyan = 0, Magento = 0.21, Yellow = 0.40 and Black (K on CMYK) = 0.01.

Color convert

RGB252198151-
CMYK00.210.400.01
HSL27.92º94.39%79.02%-
HSV(B)27.92º40.08%98.82%-
XYZ65.9263.3238.03-
YUV208.7995.39158.82-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.93%
GREEN value IS 198 (77.73% from 255) = 32.95%
BLUE value IS 151 (59.38% from 255) = 25.12%
R=41.93%
G=32.95%
B=25.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.40
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25219815100.210.400.0127.9294.3979.02
HexFCC6970152811c5e4f
Octal37430622702550134136117
Binary11111100110001101001011101010110100011110010111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC697; }

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

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

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

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

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

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

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

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